UNPKG

@extra-array/unshift

Version:
10 lines (9 loc) 244 B
declare module "@extra-array/unshift" { /** * Adds values to the start. * @param x an array * @param vs values to add */ declare function unshift<T>(x: Iterable<T>, ...vs: T[]): T[]; export = unshift; //# sourceMappingURL=unshift.d.ts.map}