blank project
This commit is contained in:
8
node_modules/astro/dist/assets/fonts/implementations/font-fetcher.d.ts
generated
vendored
Normal file
8
node_modules/astro/dist/assets/fonts/implementations/font-fetcher.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Storage } from 'unstorage';
|
||||
import type { ErrorHandler, FontFetcher } from '../definitions.js';
|
||||
export declare function createCachedFontFetcher({ storage, errorHandler, fetch, readFile, }: {
|
||||
storage: Storage;
|
||||
errorHandler: ErrorHandler;
|
||||
fetch: (url: string, init?: RequestInit) => Promise<Response>;
|
||||
readFile: (url: string) => Promise<Buffer>;
|
||||
}): FontFetcher;
|
||||
Reference in New Issue
Block a user