Skip to content

Commit

Permalink
Update type definition and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianle1301 committed Oct 15, 2020
1 parent c3288f3 commit 074c112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { };

/**
* Creates a sorter.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Topaz = require('../src');
import * as Topaz from '../src';

let strArrType: string[];
let guard: unknown;
Expand Down

0 comments on commit 074c112

Please sign in to comment.