UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (5 loc) 257 B
import { JsonParserResult } from '@stoplight/json'; import { IParser } from './types'; export { JsonParserResult }; export declare const parseJson: (input: string) => JsonParserResult<unknown>; export declare const Json: IParser<JsonParserResult<unknown>>;