UNPKG

jssip

Version:

The Javascript SIP library

8 lines (5 loc) 255 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export type Grammar = any; export function parse(input: string, startRule?: string): Grammar; // eslint-disable-next-line @typescript-eslint/no-explicit-any export function toSource(): any;