refactor: Use Object.defineProperty with a getter to invalidate #17
Loading…
Reference in New Issue
Block a user
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.