UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

7 lines (6 loc) 269 B
export declare type FontManifest = Array<{ url: string; content: string; }>; export declare function getFontDefinitionFromNetwork(url: string): Promise<string>; export declare function getFontDefinitionFromManifest(url: string, manifest: FontManifest): string;