UNPKG

earley-sgf

Version:

Early algorithm used to parse SGF file

3 lines (2 loc) 117 B
import type { Terminal } from './earley.js'; export declare function sgfTokenize(data: string): Generator<Terminal>;