-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: expose types for
esm/api
(#551)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
- Loading branch information
1 parent
069c39f
commit 2c87fc1
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
export { register } from './register.js'; | ||
export { | ||
register, | ||
type InitializationOptions, | ||
type NamespacedUnregister, | ||
type Register, | ||
type RegisterOptions, | ||
type Unregister, | ||
} from './register.js'; | ||
export type { ScopedImport } from './scoped-import.js'; | ||
export { tsImport } from './ts-import.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters