Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide way to omit __interal__ from store on get
The internal key causes some problems, both during write (sindresorhus#114) and at read (can't trust MyStore.keys() or MyStore.values() without omitting __internal__). We should at least export the variable so the client can manually omit it (and at best, provide a more ergonomic pattern—perhaps a WeakMap?)
- Loading branch information