UNPKG

jsonc-simple-parser

Version:

A simple JSON parser that supports comments and optional trailing commas.

7 lines (6 loc) 131 B
declare const Context: { offset: number; offsetMax: number; init: (limit?: number) => void; }; export default Context;