UNPKG

@fable-org/fable-library-js

Version:

Core library used by F# projects compiled with fable.io

4 lines (3 loc) 179 B
import { FSharpRef } from "./Types.js"; export declare function tryParse(str: string, defValue: FSharpRef<boolean>): boolean; export declare function parse(str: string): boolean;