UNPKG

353 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const fs_1 = require("fs");
4var file_exists_1 = require("./file-exists");
5exports.fileExists = file_exists_1.fileExists;
6function writeSync(filepath, content) {
7 fs_1.writeFileSync(filepath, content);
8}
9exports.writeSync = writeSync;
10//# sourceMappingURL=file-system.js.map
\No newline at end of file