crisbeto 953365d090 refactor(ivy): remove tsickle workaround in chainable instruction ()
Previously if a type was returning itself it would cause an infinite loop in tsickle. We worked around it with a type that alises to `any`. Now that the issue has been resolved in tsickle, we can clean up the workaround.

PR Close 
2019-11-25 22:36:00 -05:00
..