UNPKG

@nfdi4plants/swate-components

Version:

Customizable React components for ontology annotation, based on Swate and the ARC.

14 lines 1.07 kB
import { Async } from '@fable-org/fable-library-js/AsyncBuilder.js'; import { Option } from '@fable-org/fable-library-js/Option.js'; import { RecordField, TypeInfo_$union } from '../Fable.SimpleJson.3.24.0/TypeInfo.fs.js'; import { RemoteBuilderOptions } from './Types.fs.js'; /** * Asynchronously reads the blob data content as string */ export declare function Blob_readBlobAsText(blob: Blob): Async<string>; export declare function Proxy_combineRouteWithBaseUrl(route: string, baseUrl: Option<string>): string; export declare function Proxy_isByteArray(_arg: TypeInfo_$union): boolean; export declare function Proxy_isAsyncOfByteArray(_arg: TypeInfo_$union): boolean; export declare function Proxy_getReturnType(typ_mut: any): any; export declare function Proxy_proxyFetch<$a, $b, $c, $d, $e, $f, $g, $h>(options: RemoteBuilderOptions, typeName: string, func: RecordField, fieldType: any): ((arg0: $a) => ((arg0: $b) => ((arg0: $c) => ((arg0: $d) => ((arg0: $e) => ((arg0: $f) => ((arg0: $g) => ((arg0: $h) => Async<any>)))))))); //# sourceMappingURL=Proxy.fs.d.ts.map