MCPcopy Create free account
hub / github.com/brix/crypto-js / writeFile

Function writeFile

builder/builder.js:20–23  ·  view source on GitHub ↗
(path, content)

Source from the content-addressed store, hash-verified

18 },
19
20 writeFile = function (path, content) {
21 fsx.mkdirpSync(path.replace(/[^\/]+\/?$/, ""));
22 fs.writeFileSync(path, content);
23 },
24
25 paths = {
26 src: __dirname + "/../src",

Callers 1

buildPackageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected