UNPKG

@extra-array/shift

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