Update moment-node.d.ts

According to http://momentjs.com/docs/#/parsing/is-valid/, there is a invalidAt() method, which is missing in this definition file.

Source: https://github.com/moment/moment/blob/develop/src/lib/moment/valid.js#L13

Thanks,
This commit is contained in:
Slavo Vojacek
2015-08-11 14:54:33 +01:00
parent 3b0f362204
commit a8310cd918
+1
View File
@@ -401,6 +401,7 @@ declare module moment {
unix(timestamp: number): Moment;
invalid(parsingFlags?: Object): Moment;
invalidAt(): number;
isMoment(): boolean;
isMoment(m: any): boolean;
isDate(m: any): boolean;