dynamapping
Version:
replaces keys dynamically within the values for a raw, flat object
14 lines • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* ns__file unit: standard, comp: src/index.ts */
/* ns__custom_start beginning */
const replaceGlobalValuesInObject_1 = require("./custom/replaceGlobalValuesInObject");
const temp_1 = require("./custom/temp");
/* ns__custom_end beginning */
/* types */
/* ns__custom_start export */
// replace this with your own export
temp_1.temp();
module.exports = replaceGlobalValuesInObject_1.replaceGlobalValuesInObject;
/* ns__custom_end export */
//# sourceMappingURL=index.js.map