Skip to content

LazyFileProvider

type LazyFileProvider = () => string | Uint8Array | Promise<string | Uint8Array>;

string | Uint8Array | Promise<string | Uint8Array>