UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines 125 B
module.exports = { trueFunc: function trueFunc(){ return true; }, falseFunc: function falseFunc(){ return false; } };