UNPKG

jssip

Version:

the Javascript SIP library

6 lines (3 loc) 129 B
export type Grammar = any; export function parse(input: string, startRule?: string): Grammar; export function toSource(): any;