• Parameters

    • input: any
    • state: any

    Returns {
        found: boolean;
        index: any;
        token: any;
    }

    • found: boolean
    • index: any
    • token: any

Generated using TypeDoc