UNPKG

@extra-array/set

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