bpms_site/.svn/pristine/86/861d18366dea64be126809ce5019779d32a56ba7.svn-base
2025-11-02 16:38:49 +03:30

5 lines
147 B
Plaintext

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