UNPKG

fit-parser

Version:

Parse a written workout into a set of workout objects

9 lines (7 loc) 146 B
module.exports = { canHandle: function(token) { return token.isEmpty(); }, act: function(tokens, token, currentSet) {} }; //do nothing