UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

17 lines (13 loc) 276 B
// Generated by CoffeeScript 1.10.0 (function() { "use strict"; var xml2js; xml2js = require('../lib/xml2js'); exports.stripBOM = function(str) { if (str[0] === '\uFEFF') { return str.substring(1); } else { return str; } }; }).call(this);