UNPKG

@extra-array/set-update

Version:
12 lines (11 loc) 263 B
declare module "@extra-array/set-update" { /** * Sets value at index. * @param x an array (updated) * @param i index * @param v value * @returns x */ declare function set$<T>(x: T[], i: number, v: T): T[]; export = set$; //# sourceMappingURL=set$.d.ts.map}