Files
muzak/node_modules/@next/font/dist/google/fetch-font-file.d.ts
T
2025-07-02 11:28:41 +02:00

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>;