site/node_modules/to-vfile/index.d.ts
2024-10-14 08:09:33 +02:00

7 lines
388 B
TypeScript

export type BufferEncoding = import('./lib/index.js').BufferEncoding
export type Callback = import('./lib/index.js').Callback
export type Compatible = import('./lib/index.js').Compatible
export type ReadOptions = import('./lib/index.js').ReadOptions
export type WriteOptions = import('./lib/index.js').WriteOptions
export {toVFile, read, readSync, write, writeSync} from './lib/index.js'