UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

5 lines 361 B
export declare function getFileExtension(filePath: string): string | null; export declare function getPathWithoutExtension(filePath: string, extension: string | null): string; export declare function resolveFile(filePath: string): string; export declare function requireFile(filePath: string): Promise<any> | null | undefined; //# sourceMappingURL=file.d.ts.map