// Type definitions for date-now 1.0 // Project: https://github.com/Raynos/date-now // Definitions by: Adam Zerella // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function dateNow(): number; export = dateNow;