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

10 lines
397 B
JavaScript

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