UNPKG

trufs

Version:
7 lines (6 loc) 229 B
export { Fs } from '../types/Fs.type.mjs'; export { ReadOptions } from '../types/ReadOptions.type.mjs'; export { WriteOptions } from '../types/WriteOptions.type.mjs'; import 'atomically'; import 'fs-extra'; import 'graceful-fs';