UNPKG

@techor/fs

Version:

A human-friendly file system

6 lines (5 loc) 355 B
export { default as readFileAsNormalizedStrSync } from './read-file-as-normalized-str-sync'; export { default as readFileSync } from './read-file-sync'; export { default as readJSONFileSync } from './read-json-file-sync'; export { default as writeFileSync } from './write-file-sync'; export { default as writeJSONFileSync } from './write-json-file-sync';