@primexop/pbk
Version:
Primexop Backend Kit - A powerful TypeScript utility for managing backend projects with features like B2F Portal integration, cross-project validation, and Next.js support
8 lines (7 loc) • 297 B
TypeScript
export declare function cleanTrailingCommas(jsonString: string): string;
/**
* Strips comments from a JSON string
* @param jsonString - The JSON string that may contain comments
* @returns JSON string with comments removed
*/
export declare function stripComments(jsonString: string): string;