UNPKG
puz-parser
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
Just a simple .puz parser
github.com/dylanarmstrong/puz
dylanarmstrong/puz
puz-parser
/
dist
/
cjs
/
index.d.ts
4 lines
(3 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
import
parse
from
'./parse'
;
export
*
from
'./types'
;
export
default
parse;