mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 03:02:50 +00:00
9 lines
273 B
TypeScript
9 lines
273 B
TypeScript
// Type definitions for date-now 1.0
|
|
// Project: https://github.com/Raynos/date-now
|
|
// Definitions by: Adam Zerella <https://github.com/adamzerella>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function dateNow(): number;
|
|
|
|
export = dateNow;
|