@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
10 lines • 584 B
TypeScript
import { Option } from '@fable-org/fable-library-js/Option.js';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
export declare function $007CBetween$007C_$007C(x: int32, y: int32, input: int32): Option<void>;
export declare function isLeapYear(year: int32): boolean;
export declare function $007CInt$007C_$007C(input: string): Option<int32>;
/**
* Parses a specific yyyy-MM-dd or yyyy-MM-ddTHH:mm date format that comes out of an input element with type="date"
*/
export declare function parse(input: string): Option<Date>;
//# sourceMappingURL=DateParsing.fs.d.ts.map