Skip to content

Commit

Permalink
build: tweak typescript test
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 9, 2025
1 parent 12d9277 commit e617c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { v4 } from 'uuid';
// eslint-disable-next-line no-unused-expressions, @typescript-eslint/no-unused-expressions
v4;
import * as uuid from 'uuid';

console.log(uuid);

0 comments on commit e617c4d

Please sign in to comment.