@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
13 lines • 600 B
TypeScript
/**
* Create a ISAJson URI from a ISATab string entry
*
* This is a placeholder function. It has currently no function, but as soon as it is implemented it will already be placed at all relevant code locations.
*/
export declare function URIModule_fromString(s: string): string;
/**
* Create a ISATab string entry from a ISAJson URI
*
* This is a placeholder function. It has currently no function, but as soon as it is implemented it will already be placed at all relevant code locations.
*/
export declare function URIModule_toString(s: string): string;
//# sourceMappingURL=URI.fs.d.ts.map