// Type definitions for date-range-array 2.1 // Project: https://github.com/davidguttman/date-range-array // Definitions by: Nathan Shively-Sanders // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function f(start: string, end: string): string[]; export = f;