MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:810–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/File)
809 */
810declare class File extends Blob {
811 constructor(bits: ((ArrayBuffer | ArrayBufferView) | string | Blob)[] | undefined, name: string, options?: FileOptions);
812 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */
813 get name(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected