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