UNPKG

@ungap/raw-json

Version:

JSON.rawJSON and isRawJSON ponyfill

5 lines (4 loc) 180 B
export const parse: typeof JSON.parse; export const stringify: typeof JSON.stringify; export function rawJSON(v: unknown): unknown; export function isRawJSON(v: unknown): boolean;