UNPKG

work-scheduling

Version:

Actually just a bunch of exercises based on: https://egghead.io/courses/how-to-write-an-open-source-javascript-library

4 lines 102 B
module.exports = { hello: () => console.log("Hello Whirled"), }; //# sourceMappingURL=index.js.map