@canboat/canboatjs
Version:
Native javascript version of canboat
5 lines • 301 B
TypeScript
export declare const getPgn: (num: number) => import("@canboat/ts-pgns").Definition[] | undefined;
export declare const customPgns: any;
export declare const addCustomPgns: (pgns: any, setter: any) => void;
export declare const getCustomPgn: (pgnNum: number) => any;
//# sourceMappingURL=pgns.d.ts.map