Defined in: node_modules/vfile/index.d.ts:92
Configuration.
[key: string]: unknown
Arbitrary fields that will be shallow copied over to the new file.
optionalbasename:null|string
Defined in: node_modules/vfile/index.d.ts:100
Set basename (name).
optionalcwd:null|string
Defined in: node_modules/vfile/index.d.ts:104
Set cwd (working directory).
optionaldata:null|Data
Defined in: node_modules/vfile/index.d.ts:108
Set data (associated info).
optionaldirname:null|string
Defined in: node_modules/vfile/index.d.ts:112
Set dirname (path w/o basename).
optionalextname:null|string
Defined in: node_modules/vfile/index.d.ts:116
Set extname (extension with dot).
optionalhistory:null|string[]
Defined in: node_modules/vfile/index.d.ts:120
Set history (paths the file moved between).
optionalpath:null|string|URL
Defined in: node_modules/vfile/index.d.ts:124
Set path (current path).
optionalstem:null|string
Defined in: node_modules/vfile/index.d.ts:128
Set stem (name without extension).
optionalvalue:null|Value
Defined in: node_modules/vfile/index.d.ts:132
Set value (the contents of the file).