Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 512 Bytes

types.basetypeimpl.autocastall.md

File metadata and controls

17 lines (10 loc) · 512 Bytes

Home > @skunkteam/types > BaseTypeImpl > autoCastAll

BaseTypeImpl.autoCastAll property

Create a recursive autocasting version of the current type.

Signature:

get autoCastAll(): this;

Remarks

This will replace any parser in the nested structure with the appropriate autocaster when applicable.