V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { parseDef } from "../parseDef.js";
|
||||
export function parseEffectsDef(_def, refs) {
|
||||
return refs.effectStrategy === "input"
|
||||
? parseDef(_def.schema._def, refs)
|
||||
: {};
|
||||
}
|
||||
Reference in New Issue
Block a user