UNPKG

@foxpage/foxpage-manager

Version:

foxpage resource manager

6 lines (5 loc) 356 B
export declare const FOXPAGE_CONTENT = "contents"; export declare const FOXPAGE_CONTENT_FILE = ".json"; export declare function resolveContentDir(appId: string, dirs: string[]): string; export declare function resolveContentPath(appId: string, dirs: string[]): string; export declare function storeContent<T>(filePath: string, content?: T): Promise<void>;