UNPKG

@nfdi4plants/swate-components

Version:

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

20 lines 1.07 kB
import { IParser$1 } from '../Fable.Parsimmon.4.0.0/Parsimmon.fs.js'; import { float64 } from '@fable-org/fable-library-js/Int32.js'; import { Json_$union } from './Json.fs.js'; export declare const digits: IParser$1<string>; export declare const jint: IParser$1<float64>; export declare const negJint: IParser$1<float64>; export declare const jfloat: IParser$1<float64>; export declare const jnumber: IParser$1<Json_$union>; export declare const jbool: IParser$1<Json_$union>; export declare const jnull: IParser$1<Json_$union>; export declare const stringLiteral: IParser$1<string>; export declare const jstring: IParser$1<Json_$union>; export declare function withWhitespace<$a>(p: IParser$1<$a>): IParser$1<$a>; export declare const jvalue: IParser$1<Json_$union>; export declare const comma: IParser$1<string>; export declare function json$004080(): IParser$1<Json_$union>; export declare const json$004080$002D1: any; export declare const json: IParser$1<Json_$union>; export declare const jsonParser: IParser$1<Json_$union>; //# sourceMappingURL=Parser.fs.d.ts.map