UNPKG

@dinkarjallan/rezilient-utils

Version:

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

12 lines (10 loc) 231 B
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'; }; export { Sum, Thing }; //# sourceMappingURL=rezilient-utils.esm.js.map