UNPKG

fit-parser

Version:

Parse a written workout into a set of workout objects

8 lines (6 loc) 192 B
if (!String.prototype.isEmpty) { String.prototype.isEmpty = function() { return (typeof this === 'undefined') || (this === null) || (this.length === 0); }; } module.exports = String;