npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

set.prototype.tojson

0.1.1

@hemanth

npmHomeRepoSnykSocket
Downloads:334
$ npm install set.prototype.tojson
DailyWeeklyMonthlyYearly

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