can-simple-map
Version:
A performant live-bound map
23 lines (11 loc) • 445 B
Markdown
@function can-simple-map.prototype.get get
@parent can-simple-map.prototype
@description Get properties on a SimpleMap.
@signature `map.get(key)`
Reads a property from this `SimpleMap`.
@param {String} key The property to read.
@return {*} The value assigned to _key_.
@signature `map.get()`
Returns the data of this simple-map as a plain JavaScript object.
@return {*} The data as a plain JavaScript object of this simple-map.
@body