@dinkarjallan/rezilient-utils
Version:

17 lines (13 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var Sum = function Sum(a, b) {
return a + b;
};
// Delete me
var Thing = function Thing() {
console.log('THING, is done!');
return 'this is a thing';
};
exports.Sum = Sum;
exports.Thing = Thing;
//# sourceMappingURL=rezilient-utils.cjs.development.js.map