UNPKG

sys-prettier-json

Version:
11 lines (9 loc) 267 B
type ColorOptionsProps = { jsonNumber?: string; jsonBoolean?: string; jsonNull?: string; jsonKey?: string; jsonValue?: string; }; export const prettyJson: (json: string, options?: ColorOptionsProps) => string; //# sourceMappingURL=types.d.ts.map