UNPKG

@extra-array/remove-update

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