Merge pull request #24238 from virus2016/master

Return date
This commit is contained in:
Nathan Shively-Sanders
2018-03-27 09:45:50 -07:00
committed by GitHub

View File

@@ -80,6 +80,7 @@ export interface Twix {
asDuration(period: string): Duration;
isValid(): boolean;
toDate(): Date;
}
export interface TwixStatic {