Skip to content

Commit

Permalink
Update index.test-d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 11, 2022
1 parent 8887c29 commit 74136aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {expectType, expectNever} from '../../../..';
import concat, { returnsNever } from '.';
import concat, {returnsNever} from '.';

expectType<string>(concat('foo', 'bar'));
expectType<number>(concat(1, 2));
Expand Down

0 comments on commit 74136aa

Please sign in to comment.