UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

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