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