Add support for loading using moment/moment (#8975)

This commit is contained in:
Dasa Paddock
2016-04-17 06:50:35 -07:00
committed by Masahiro Wakame
parent f9b6faf87c
commit 122b5dd8d1

View File

@@ -686,3 +686,8 @@ declare module 'moment' {
var moment: moment.MomentStatic;
export = moment;
}
declare module 'moment/moment' {
var moment: moment.MomentStatic;
export = moment;
}