UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

9 lines (8 loc) 143 B
module.exports = { warn: function(msg) { console.log('WARN: ' + msg); }, write: function(msg) { console.log(msg); } };