chore(lint): disable tslint for this file

This commit is contained in:
Dan Bucholtz
2018-01-10 15:13:54 -06:00
parent d1434014bd
commit e0ab78d3a3

View File

@@ -1,3 +1,4 @@
/* tslint:disable */
export interface Now {
(): number;
}