When you want to get a Typescript definitions for ...
# javascript
v
When you want to get a Typescript definitions for a JS package (if they are not provided natively) there is a convention that
@types/<package-name>
npm package would contain them. Is there a similar convention for Kotlin type definitions?