UNPKG

@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

6 lines (5 loc) 228 B
/** * Fixes JSON files by adding double quotes to keys and removing trailing commas * @param filePath - Optional custom path to the JSON file to fix */ export declare function fixConfigFile(filePath?: string): Promise<void>;