deepsorting

1.0.10 • Public • Published

deepsorting

It accept single array or object in argument it will sort it inclues all nested arrays and objects .

Installation

npm i deepsorting --save

Then...

let x = ['b' , 'a' , {d: "ddd" , c: "ccc" , i : ['g' ,'f', 'h'] } , ['l' ,'k', 'j'] ,1  ]

let  y = deepsorting(x)

//output

// y  = [ 1, { c: 'ccc', d: 'ddd', i: [ 'f', 'g', 'h' ] },'a','b', [ 'j', 'k', 'l' ] ]


/deepsorting/

    Package Sidebar

    Install

    npm i deepsorting

    Weekly Downloads

    6

    Version

    1.0.10

    License

    ISC

    Unpacked Size

    4.63 kB

    Total Files

    5

    Last publish

    Collaborators

    • babar581