UNPKG

@bmat/translation-management

Version:

Manage Front-End translations from multiple sources

5 lines (4 loc) 154 B
/** * Given a file path, create the target folder if does not exists */ export declare function createFolderIfNotExists(target: string): Promise<void>;