You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i compile using tsc (typescript@1.9.0-dev.20160215) i get a warning
test.ts(11,16): error TS2345: Argument of type '{ value: string; comparator: string; }' is not assignable to parameter of type 'Test'.
Types of property 'comparator' are incompatible.
Type 'string' is not assignable to type '"equals" | "isGreater"'.
Type 'string' is not assignable to type '"isGreater"'.