Package Exports
- data-set
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 (data-set) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
data-set
Element#dataset abstraction
Example
<div data-foo="bar"></div>
var DataSet = require("data-set")
, assert = require("assert")
var elem = thatElement
, ds = DataSet(elem)
assert.equal(ds.foo, "bar")
Installation
npm install data-set
Contributors
- Raynos