1.0.3 • Published 9 years ago

is-narcissistic v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

is-narcissistic Build Status

Check if an integer is narcissistic.

Currently base 10 only

Install

$ npm install --save is-narcissistic

Usage

var isNarcissistic = require('is-narcissistic');

isNarcissistic(153);
//=> true

isNarcissistic(100);
//=> false

License

MIT © Andreas Gillström