authr
authr copied to clipboard
Do not use destructuring with lodash
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:
import isPlainObject from 'lodash/isPlainObject'