5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
/**
|
|
* Fetch the url and return a buffer with the font file.
|
|
*/
|
|
export declare function fetchFontFile(url: string, isDev: boolean): Promise<any>;
|