scotthovestadt / schema-object

Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support delete keyword

scotthovestadt opened this issue · comments

Currently, delete obj.indexName; will delete the registered setter/getter, which breaks typecasting.