ESM and new `get`/`has` methods
Changed
- Refactor library to ESM
- Method signatures are now a
(...path) => (obj) => resultinstead of(obj, ...path) => resultto improve cachability if re-usingpath
Added
- New
getandhasmethods
Changed
(...path) => (obj) => result instead of (obj, ...path) => result to improve cachability if re-using pathAdded
get and has methods