Skip to content

Commit 86fa1f9

Browse files
Migrate index.ts to typescript
`index.js` is now generated form `index.ts`, and the javascript files are stored in the `src/` folder. Issue: HD-4097
1 parent f1b18a5 commit 86fa1f9

File tree

6 files changed

+12
-461
lines changed

6 files changed

+12
-461
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**.d.ts linguist-generated=true
2+
**.js linguist-generated=true

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * as hdcontroller from './src/hdcontroller';
2+
export * as shuffle from './src/shuffle';

lib/hdcontroller.js

Lines changed: 0 additions & 387 deletions
This file was deleted.

0 commit comments

Comments
 (0)