UNPKG
earley-sgf
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Early algorithm used to parse SGF file
github.com/or2win/earley
or2win/earley
earley-sgf
/
dist
/
sgfTokenize.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
type
{
Terminal
}
from
'./earley.js'
;
export
declare
function
sgfTokenize
(
data
:
string
):
Generator
<
Terminal
>;