UNPKG

@fable-org/fable-library-js

Version:

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

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