Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 514 Bytes

types.basetypeimpl.autocast.md

File metadata and controls

17 lines (10 loc) · 514 Bytes

Home > @skunkteam/types > BaseTypeImpl > autoCast

BaseTypeImpl.autoCast property

The same type, but with an auto-casting default parser installed.

Signature:

get autoCast(): this;

Remarks

Each type implementation provides its own auto-cast rules. See builtin types for examples of auto-cast rules.