We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aa431 commit b6a90f6Copy full SHA for b6a90f6
src/index.ts
@@ -1,4 +1,4 @@
1
-export * from './const';
+export { pkgName, pkgVersion } from './const';
2
export * from './normalize-error';
3
export * from './try-sync-flatten';
4
export * from './try-callback-flatten';
0 commit comments