← Back to context Comment by yunyu 5 years ago Typescript will cover this! 2 comments yunyu Reply masklinn 5 years ago Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever. tekknik 5 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
masklinn 5 years ago Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever. tekknik 5 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
tekknik 5 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever.
You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...