mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
@@ -2,7 +2,7 @@ import { configure } from "arktype/config";
|
||||
|
||||
export const throwingArktype = configure({
|
||||
onFail: (errors) => errors.throw(),
|
||||
actual: () => ""
|
||||
actual: () => "",
|
||||
});
|
||||
|
||||
// be sure to specify both the runtime and static configs
|
||||
|
||||
Reference in New Issue
Block a user