JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q13876F
  • License MIT

A way to access and set objects by using paths instead of just keys also converting a object to paths and back.

Package Exports

  • deepbody

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (deepbody) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

deepbodyjs

Functions

  • get (object,path) return value
  • has (object,path) return (true/false)
  • set (object,path,value)
  • unset (object,path)
  • pathsToObj (pathsObj)
  • objToPaths (object)