Do not use destructuring with lodash
Open
- Dominant language
- PHP
- Stars
- 53
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/cloudflare/authr/blob/3f6129d97d06e61033a7f237d84e35e678db490f/ts/src/conditionSet.ts#L1
This will not tree shake, and it is recommended to import lodash this way:
```ts
import isPlainObject from 'lodash/isPlainObject'
```
Contributor guide
Assessment
This issue has not been assessed yet.