@codebolt/codeboltjs
Interface: ReadFileOptions
Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:306
Properties
| Property | Type | Description | Defined in |
|---|
askForPermission? | boolean | Whether to ask for permission before reading | packages/codeboltjs/src/types/libFunctionTypes.ts:312 |
encoding? | string | Text encoding (default: utf8) | packages/codeboltjs/src/types/libFunctionTypes.ts:310 |
path | string | File path to read | packages/codeboltjs/src/types/libFunctionTypes.ts:308 |