@baseplate-dev/sync
Version:
Library for syncing Baseplate descriptions
9 lines • 439 B
TypeScript
/**
* Removes a single entry from a .templates-info.json file.
* If the file becomes empty after removal, deletes the file entirely.
*
* @param metadataFilePath - Path to the .templates-info.json file
* @param fileName - The filename key to remove from the metadata
*/
export declare function removeTemplateInfoEntry(metadataFilePath: string, fileName: string): Promise<void>;
//# sourceMappingURL=remove-template-info-entry.d.ts.map