MCPcopy
hub / github.com/brunch/brunch / config.js

File config.js

lib/utils/config.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const fs = require('fs');
3const {promisify} = require('util');
4const readFile = promisify(fs.readFile);

Callers

nothing calls this directly

Calls 2

promisifyFunction · 0.85
requireFunction · 0.50

Tested by

no test coverage detected