UNPKG

184 BTypeScriptView Raw
1declare module "@extra-array/shift" {
2/**
3 * Removes first value.
4 * @param x an array
5 */
6declare function shift<T>(x: T[]): T[];
7export = shift;
8//# sourceMappingURL=shift.d.ts.map}