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
/
mjs
/
parse.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
import
type
{
Puz
}
from
'./types'
;
declare
const
parse
:
(
data
:
Uint8Array
) =>
Puz
;
export
default
parse;