askForPermission? | boolean | Whether to ask for permission before writing | packages/codeboltjs/src/types/libFunctionTypes.ts:323 |
content | string | Content to write | packages/codeboltjs/src/types/libFunctionTypes.ts:319 |
encoding? | string | Text encoding (default: utf8) | packages/codeboltjs/src/types/libFunctionTypes.ts:321 |
path | string | File path to write to | packages/codeboltjs/src/types/libFunctionTypes.ts:317 |