MCPcopy
hub / github.com/di-sukharev/opencommit / optional

Method optional

out/cli.cjs:29747–29749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29745 return this._refinement(refinement);
29746 }
29747 optional() {
29748 return ZodOptional.create(this, this._def);
29749 }
29750 nullable() {
29751 return ZodNullable.create(this, this._def);
29752 }

Calls 1

createMethod · 0.45

Tested by

no test coverage detected