UNPKG

webfont-awesome-pro

Version:
3 lines (2 loc) 193 B
export declare function readFonts(sheets: string[], useDir: string): Promise<string[]>; export declare function downloadFonts(fonts: string[], filedir: string, baseUrl: string): Promise<void>;