ethers.js/packages/asm/src.ts/_parser.d.ts
2020-01-30 21:26:46 -05:00

3 lines
99 B
TypeScript

export function parse(source: string): any;
export const parser: { yy: { [ key: string ]: any } };