@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
10 lines • 737 B
TypeScript
import { IMap } from '@fable-org/fable-library-js/Util.js';
export declare function OntobeeParser(tsr: string, localTan: string): string;
export declare function BioregistryParser(tsr: string, localTan: string): string;
export declare function OntobeeDPBOParser(tsr: string, localTan: string): string;
export declare function MSParser(tsr: string, localTan: string): string;
export declare function POParser(tsr: string, localTan: string): string;
export declare function ROParser(tsr: string, localTan: string): string;
export declare const uriParserCollection: IMap<string, ((arg0: string) => ((arg0: string) => string))>;
export declare function createOAUri(tsr: string, localTan: string): string;
//# sourceMappingURL=Url.fs.d.ts.map