We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65031f2 commit 4743485Copy full SHA for 4743485
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@spiretechnology/js-timecode",
3
- "version": "1.1.4",
+ "version": "1.1.5",
4
"description": "",
5
"main": "dist/index.js",
6
"homepage": "https://github.com/spiretechnology/js-timecode",
src/index.ts
@@ -1,4 +1,3 @@
-export { Timecode } from './timecode';
-export { Parse } from './parse';
-export type { Rate } from './rate';
-export { ParseRate } from './rate';
+export * from './parse';
+export * from './rate';
+export * from './timecode';
0 commit comments