UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

2 lines (1 loc) 130 B
export declare function mapArrayLike<T, Out>(arr: ArrayLike<T>, fn: (elem: T, idx: number, thisArr: ArrayLike<T>) => Out): Out[];