7 lines
388 B
TypeScript
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'
|