UNPKG

@extra-array/push-update

Version:
11 lines (10 loc) 256 B
declare module "@extra-array/push-update" { /** * Adds values to the end. * @param x an array (updated) * @param vs values to add * @returns x */ declare function push$<T>(x: T[], ...vs: T[]): T[]; export = push$; //# sourceMappingURL=push$.d.ts.map}