This map registers the type of the data key of a VFile.
data
VFile
This type can be augmented to register custom data types.
declare module 'vfile' { interface DataMap { // `file.data.name` is typed as `string` name: string } }
optional [emptyObjectSymbol]: undefined
optional
undefined
node_modules/vfile/index.d.ts:79