mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add 1. all-the-package-names 2. date-range-array 3. download-file-sync 4. node-wget-promise 5. random 6. stats-lite
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import dra = require('date-range-array');
|
|
const dates = dra('2015-02-27', '2015-03-02');
|
|
// $ExpectType string[]
|
|
dates;
|