MCPcopy
hub / github.com/pmmmwh/react-refresh-webpack-plugin / n

Function n

options/index.js:27–30  ·  view source on GitHub ↗
(object, property, fn)

Source from the content-addressed store, hash-verified

25 * @returns {Result} The resolved option value.
26 */
27const n = (object, property, fn) => {
28 object[property] = fn(object[property]);
29 return object[property];
30};
31
32module.exports = { d, n };

Callers 2

normalizeOptionsFunction · 0.85
normalizeOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected