1.0.0 • Published 6 years ago

shuffleness v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

shuffleness

Randomize/Shuffle strings with ease..

Installation

    npm install shuffleness --save

    # or 
    
    yarn add shuffleness

USAGE

    const shuffleness = require('./index');

    shuffleness.randomString({ len: 32, mixedCase: true, includeNumbers: true })
    // => PKNrjxGkkEmBartOUBTcYFjnPqQbqTsh

    shuffleness.shuffleString("Hello World!");
    // => e!leled oWdd

    shuffleness.shuffleCase("Hello World!");
    // => heLLo woRlD!