UNPKG

@fable-org/fable-library-js

Version:

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

4 lines (3 loc) 170 B
import { Nullable } from "./Util.js"; import { int32 } from "./Int32.js"; export declare function Helpers_allocateArrayFromCons<T>(cons: Nullable<any>, len: int32): T[];