UNPKG

@wrote/wrote

Version:

The Collection Of The Methods To Work With The Filesystem.

6 lines 328 B
export { default as read, readBuffer } from '@wrote/read' export { default as write } from '@wrote/write' export { default as ensurePath } from '@wrote/ensure-path' export { default as rm } from '@wrote/rm' export { default as readDirStructure } from '@wrote/read-dir-structure' export { default as exists } from '@wrote/exists'