mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update moment-node.d.ts
added @since 2.12.0 flag
This commit is contained in:
Vendored
+4
@@ -325,6 +325,10 @@ declare module moment {
|
||||
locale(language: string): Moment;
|
||||
locale(reset: boolean): Moment;
|
||||
locale(): string;
|
||||
|
||||
/**
|
||||
* @since 2.12.0+
|
||||
*/
|
||||
locales() : string[];
|
||||
localeData(language: string): Moment;
|
||||
localeData(reset: boolean): Moment;
|
||||
|
||||
Reference in New Issue
Block a user