V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { parseDef } from "../parseDef.mjs";
|
||||
export function parseDefaultDef(_def, refs) {
|
||||
return {
|
||||
...parseDef(_def.innerType._def, refs),
|
||||
default: _def.defaultValue(),
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=default.mjs.map
|
||||
Reference in New Issue
Block a user