📄 stringify-without-comments.d.ts
/home/palash/git/site/node_modules/workbox-build/build/lib/stringify-without-comments.d.ts
Language: ts • Lines: 3
export declare function stringifyWithoutComments(obj: {
    [key: string]: any;
}): string;