Skip to content

Commit 56a22dc

Browse files
authored
fix: make ts happy (#281)
1 parent 4ad0460 commit 56a22dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/buffer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import SchemaType from '../schematype';
22
import ValidationError from '../error/validation';
3+
import type { WithImplicitCoercion } from 'buffer';
34

45
/**
56
* Boolean schema type.

0 commit comments

Comments
 (0)