deno-fnparse icon indicating copy to clipboard operation
deno-fnparse copied to clipboard

An extremely simple parser combinator for Deno.

Results 1 deno-fnparse issues
Sort by recently updated
recently updated
newest added

``` error TS7051: Parameter has a name but no type. Did you mean 'arg0: string'? export function filter(parser: Parser, fn: (string) => boolean) { ~~~~~~ at https://raw.githubusercontent.com/hashrock/deno-fnparse/master/mod.ts:196:45 ```