gotpath
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

gotpath

styled with prettier Greenkeeper badge

$ npm install gotpath
import gotpath from "gotpath"

gotpath(object, "path1.path2", "string")

// or 

gotpath(object, {
  // path:["path1","path2"],
  path:"path1.path2",
  type:"string",
  // type[default]: "auto", return (false) when get Value error
  // vaild:""
  // fallback: false 
})

Readme

Keywords

none

Package Sidebar

Install

npm i gotpath

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

41.6 kB

Total Files

32

Last publish

Collaborators

  • toby_hui