This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typescript): allow unused rest siblings
This allows us to use destructuring to remove an unwanted object member, without having to mutate the original object. E.g: ```javascript const { omit, ..newObject } = oldObject; ```
- Loading branch information