UNPKG

wgo

Version:

JavaScript library for game of Go

5 lines (4 loc) 141 B
import SGFParser from './SGFParser'; import SGFSyntaxError from './SGFSyntaxError'; export default SGFParser; export { SGFSyntaxError };