// Type definitions for array-initial 1.1 // Project: https://github.com/jonschlinkert/array-initial // Definitions by: Richie Bendall // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function arrayInitial(array: ArrayLike, drop?: number): T[]; export = arrayInitial;