to-vfile
Version:
vfile utility to read and write to the file system
10 lines (8 loc) • 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'