UNPKG

@dinkarjallan/rezilient-utils

Version:

![Work In Progress](https://img.shields.io/badge/status-work_in_progress-orange?style=for-the-badge)

17 lines (13 loc) 341 B
'use strict'; 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