Skip to content

Commit e617c4d

Browse files
committed
build: tweak typescript test
1 parent 12d9277 commit e617c4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/typescript/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { v4 } from 'uuid';
2-
// eslint-disable-next-line no-unused-expressions, @typescript-eslint/no-unused-expressions
3-
v4;
1+
import * as uuid from 'uuid';
2+
3+
console.log(uuid);

0 commit comments

Comments
 (0)