Skip to content

TomasHubelbauer/typescript-jsdoc-import-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TypeScript External File Type Import Using JSDoc

/** @typedef {import('./types.js').Type} Type */

I keep forgetting this so here it is, snippeted/bookmarked.