2
0
mirror of synced 2025-02-24 20:18:07 +00:00
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 } };