import type {
DocumentExtractorPlugin,
PluginDocumentExtractorEntry,
} from "./document-extractor-types.js"; import {
loadBundledPluginPublicArtifactModuleSync,
resolveBundledPluginPublicArtifactPath,
} from "./public-surface-loader.js";
const DOCUMENT_EXTRACTOR_ARTIFACT_CANDIDATES = [ "document-extractor.js", "document-extractor-api.js",
] as const;
function isRecord(value: unknown): value is Record<string, unknown> { returntypeof value === "object" && value !== null && !Array.isArray(value);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.