UNPKG

@extra-array/tail

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