refactor: Use Object.defineProperty with a getter to invalidate #17
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "no_invalid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rather than setting a dummy function; this avoids anyone ever storing
a dummy function.
Resolves #8.