dets icon indicating copy to clipboard operation
dets copied to clipboard

Generate a single declaration file for your TypeScript project. :rocket:

Results 4 dets issues
Sort by recently updated
recently updated
newest added

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...

enhancement

It seems that interface merging is not picked up when a dependency is installed via `npm link`.

bug
help wanted

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...

bug
enhancement

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...