Skip to content

Commit

Permalink
style: Add JSDoc comment in register.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Apr 23, 2024
1 parent ba120ff commit dc6e10d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions register.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/**
* This module does not export anything. It can only be imported for its side-effect
* (which is registering the custom loaders).
*
* `import "@septh/ts-run"`
*/
export {}

0 comments on commit dc6e10d

Please sign in to comment.