Files
DefinitelyTyped/types/lowdb
Nathan Shively-Sanders 3b1a96b6f9 lodash: Chain conditional types ignore null | undefined (#35409)
* 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
2019-05-14 13:16:45 -07:00
..