mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
* Add PrimitiveChain.get since .get chains undefined in lodash. * *Chain conditionals: null|undefined -> never Instead of Primitive<null | undefined>. This reflects lodash behaviour better most of the time. * Remove Primitive.get It's unneeded to fix #35400 * Update lowdb tests