stringify-without-comments.d.ts 92 Bytes Raw Blame History Permalink 1 2 3 export declare function stringifyWithoutComments(obj: { [key: string]: any; }): string;