1.0.0 • Published 2 years ago

illegal-symbols v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

illegal-symbols generates cool symbols or either illegal.

Get started by installing the module:

npm install illegal-symbols

Here is the code:

const symbol = require('illegal-symbols');

console.log('Symbol i wanted: ' + symbol.getSymbol({ id: 5 }));
console.log('I also wanted randomized: ' + symbol.randomSymbol);

UPDATE: We will change this message when we update this module.