UNPKG

@fable-org/fable-library-js

Version:

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

4 lines (3 loc) 296 B
import { FSharpRef } from "./Types.js"; export declare function parse(str: string, style: number, unsigned: boolean, _bitsize: number, radix?: number): bigint; export declare function tryParse(str: string, style: number, unsigned: boolean, bitsize: number, defValue: FSharpRef<bigint>): boolean;