- Issue created by @finnsky
- 🇯🇵Japan tom konda Kanagawa, Japan
Sorry for my late reply and thank you for suggestion.
The answer is "No" at this point.I think publishing to Definitely Typed package seems not to welcome according to below citation from the FAQ on the DefinitelyTyped's README.
you shouldn't create a Definitely Typed package that's meant to be used like import type { ... } from "@types/foo". Nor should you expect to write import type { ... } from "foo" when there's no foo installed.
- 🇷🇸Serbia finnsky
Thanks for the reply!
I'm not very advanced in Typescript. I thought this was the standard way.
I use the definitions here
https://git.drupalcode.org/project/dialog_native/-/blob/1.x/package.json
as part of the work on
https://www.drupal.org/project/dialog_native →I think it's great when Drupal's js is typed