Type alias DocumentLoader

DocumentLoader: ((url) => Promise<DocumentLoaderResult> | DocumentLoaderResult)

Type declaration