-
Directly ship the type definitions with this package and add a `type` property to `package.json`.
botic updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
When using `katex` in typescript, one has to use the `@types/katex` package to get some type interference. However, these type defin…
-
Hello,
It would be great if irc-framework had TypeScript definitions either in the repo itself or in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). This would make it easier…
-
-
Could you please provide TypeScript definitions either in the repo, or in DefinitelyTyped?
ustun updated
2 years ago
-
It would be good to have some typescript definitions for this package. Right now i have needed to set `"noImplicitAny": false` in my `tsconfig.json' and also provide this hacky workaround, in my boot …
ajmas updated
2 years ago
-
Hiya,
It would be extremely useful if one could import mongojs in a native typescript way, i.e. `import * as mongojs from 'mongojs'`, however, a type definition file is not available on [DefinitelyTy…
-
This package needs some Typescript love :) Willing to accept a PR?
-
-
Hi,
i have a custom (generic) activity - where the user can select an object type - and based on this we create a new business object.
It is simple like this:
[ActivityInput(Hint = "O…