UNPKG

dynamapping

Version:

replaces keys dynamically within the values for a raw, flat object

9 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.temp = void 0; // this is just to test semantic-release function temp() { return true; } exports.temp = temp; //# sourceMappingURL=temp.js.map