mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
9 lines
543 B
TypeScript
9 lines
543 B
TypeScript
// Type definitions for Moment.js 2.8.0
|
|
// Project: https://github.com/timrwood/moment
|
|
// Definitions by: Michael Lakerveld <https://github.com/Lakerfield>, Aaron King <https://github.com/kingdango>, Hiroki Horiuchi <https://github.com/horiuchi>, Dick van den Brink <https://github.com/DickvdBrink>, Adi Dahiya <https://github.com/adidahiya>, Matt Brooks <https://github.com/EnableSoftware>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="moment-node.d.ts" />
|
|
|
|
declare var moment: moment.MomentStatic;
|