stringify-without-comments.d.ts 92 B

123
  1. export declare function stringifyWithoutComments(obj: {
  2. [key: string]: any;
  3. }): string;