printJson.d.ts 109 B

1
  1. export declare const printJson: (tab: string | undefined, json: unknown, space?: number | string) => string;