dets
dets copied to clipboard
Generate a single declaration file for your TypeScript project. :rocket:
I use js & jsdoc in my project. But when I use dets to extract types to a single d.ts. the targert d.ts file is empty. ```bash dets --files src/projects/Navigator.js...
It seems that interface merging is not picked up when a dependency is installed via `npm link`.
Sometimes a type comes from an import (e.g., redux-saga), but would be hidden in a submodule (e.g., `redux-saga/types/effect.d.ts`), which is not fully exported. `dets` should identify such a case and...
I may be doing something wrong here, however my declaration file for Utility interfaces and types does not include correctly when using dets. Here is my declaration file which is...