Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Nov 7, 2023
1 parent 45ed958 commit c7ca786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typebox_utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TSchema, Type, TypeCompiler } from "./deps/typebox.ts";
import { TSchema, Type } from "./deps/typebox.ts";

export const NonEmptyString = (props?: Parameters<typeof Type.String>[0]) => Type.String({ minLength: 1, ...props });

Expand Down

0 comments on commit c7ca786

Please sign in to comment.