UNPKG
fit-parser
Version:
latest (0.10.1)
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
Parse a written workout into a set of workout objects
github.com/duereg/fit-parser
duereg/fit-parser
fit-parser
/
lib
/
parser
/
handlers
/
empty.js
9 lines
(7 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
canHandle
:
function
(
token
) {
return
token.
isEmpty
(); },
act
:
function
(
tokens, token, currentSet
) {} };
//do nothing