Commit Inicial
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { parseDef } from "../parseDef.js";
|
||||
export function parseDefaultDef(_def, refs) {
|
||||
return {
|
||||
...parseDef(_def.innerType._def, refs),
|
||||
default: _def.defaultValue(),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user