V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.parseReadonlyDef = void 0;
|
||||
const parseDef_1 = require("../parseDef.js");
|
||||
const parseReadonlyDef = (def, refs) => {
|
||||
return (0, parseDef_1.parseDef)(def.innerType._def, refs);
|
||||
};
|
||||
exports.parseReadonlyDef = parseReadonlyDef;
|
||||
//# sourceMappingURL=readonly.js.map
|
||||
Reference in New Issue
Block a user