is-unique-stringified

1.0.0 • Public • Published

is-unique-stringified

Check if the stringified values of an array are unique.

 npm install is-unique-stringified

Usage

var unique = require('is-unique-stringified');

console.log(unique([1, 2, 3]));   // => true
console.log(unique([1, 2, '2'])); // => false

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i is-unique-stringified

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kapetan
  • kasperkronborg