UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

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