Commit Inicial
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { parseDef } from "../parseDef.js";
|
||||
import { parseAnyDef } from "./any.js";
|
||||
export function parseEffectsDef(_def, refs) {
|
||||
return refs.effectStrategy === "input"
|
||||
? parseDef(_def.schema._def, refs)
|
||||
: parseAnyDef(refs);
|
||||
}
|
||||
Reference in New Issue
Block a user