ethers.js/packages/asm/src.ts/_parser.d.ts

3 lines
99 B
TypeScript
Raw Normal View History

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