// Type definitions for negative-array 2.0 // Project: https://github.com/sindresorhus/negative-array#readme // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = negativeArray; declare function negativeArray(array: T[]): T[];