UNPKG

incomplete-json-parser

Version:

A JSON parser that can parse incomplete JSON strings.

2 lines (1 loc) 62 B
export declare const isWhitespace: (char: string) => boolean;