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}
