diff --git a/index.d.ts b/index.d.ts index b33402ac..a43036e1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1,13 @@ +// Type definitions for moment-timezone.js 0.5 +// Project: http://momentjs.com/timezone/ +// Definitions by: Michel Salib +// Alan Brazil Lins +// Agustin Carrasco +// Borys Kupar +// Anthony Rainer +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// Migrated here from DefinitelyTyped in release moment-timezone@0.5.30 + import moment = require('moment'); declare module 'moment' {