Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:privatenumber/type-flag into arg…
Browse files Browse the repository at this point in the history
…v-iterator
  • Loading branch information
privatenumber committed Oct 31, 2022
2 parents 789dc45 + 2baa4ce commit 90b1e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/type-flag.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expectType } from 'tsd';
import typeFlag, { type TypeFlag } from '../dist/index.js';
import typeFlag from '../dist/index.js';

const parsed = typeFlag({
booleanFlag: Boolean,
Expand Down

0 comments on commit 90b1e35

Please sign in to comment.