declare module "@extra-array/drop" {
/**
 * Discards first n values only.
 * @param x an array
 * @param n number of values (1)
 */
declare function drop<T>(x: T[], n?: number): T[];
export = drop;
//# sourceMappingURL=drop.d.ts.map}
