[ 原始碼: node-set-getter ]
套件:node-set-getter(0.1.1-1)
node-set-getter 的相關連結
Debian 的資源:
下載原始碼套件 node-set-getter:
- [node-set-getter_0.1.1-1.dsc]
- [node-set-getter_0.1.1.orig.tar.gz]
- [node-set-getter_0.1.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Create nested getter properties and any intermediary dot notation
Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths.
set-getter works like set-value by adding a property to an object or an object hierarchy using dot notation. The main difference is that the property is added using Object.defineProperty and is expected to be a getter function that returns a value.
Node.js is an event-based server-side JavaScript engine.
其他與 node-set-getter 有關的套件
|
|
|
|
-
- dep: node-to-object-path
- Create an object path from a list of strings