mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add support for loading using moment/moment (#8975)
This commit is contained in:
committed by
Masahiro Wakame
parent
f9b6faf87c
commit
122b5dd8d1
5
moment/moment-node.d.ts
vendored
5
moment/moment-node.d.ts
vendored
@@ -686,3 +686,8 @@ declare module 'moment' {
|
||||
var moment: moment.MomentStatic;
|
||||
export = moment;
|
||||
}
|
||||
|
||||
declare module 'moment/moment' {
|
||||
var moment: moment.MomentStatic;
|
||||
export = moment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user