@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
7 lines • 422 B
TypeScript
import { Option } from '@fable-org/fable-library-js/Option.js';
export declare const orcidRegex: RegExp;
export declare function tryGetOrcidNumber(orcid: string): Option<string>;
export declare const orcidPrefix = "http://orcid.org/";
export declare function $007CORCID$007C_$007C(input: string): Option<string>;
export declare function tryGetOrcidURL(orcid: string): Option<string>;
//# sourceMappingURL=ORCID.fs.d.ts.map