mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
9 lines
539 B
TypeScript
9 lines
539 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/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="moment-node.d.ts" />
|
|
|
|
declare var moment: moment.MomentStatic;
|