set.prototype.tojson

0.1.1 • Public • Published

set.prototype.tojson Build Status

ES7 polyfill for set.prototype.toJSON()

Install

$ npm install --save set.prototype.tojson

Usage

require('set.prototype.tojson');
 
var mySet = new Set();
mySet.add(NaN);
mySet.add(1);
console.log(mySet.toJSON()) // {"1":1,"NaN":null}

License

MIT © hemanth

Readme

Keywords

Package Sidebar

Install

npm i set.prototype.tojson

Weekly Downloads

2,135

Version

0.1.1

License

MIT

Last publish

Collaborators

  • hemanth