UNPKG

206 BJavaScriptView Raw
1import { writeFileSync } from 'fs';
2export { fileExists } from './file-exists';
3export function writeSync(filepath, content) {
4 writeFileSync(filepath, content);
5}
6//# sourceMappingURL=file-system.js.map
\No newline at end of file