UNPKG

@extra-array/shift-update

Version:
10 lines (9 loc) 218 B
declare module "@extra-array/shift-update" { /** * Removes first value. * @param x an array (updated) * @returns x */ declare function shift$<T>(x: T[]): T[]; export = shift$; //# sourceMappingURL=shift$.d.ts.map}