Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 697 Bytes

api.md

File metadata and controls

27 lines (15 loc) · 697 Bytes

Table of Contents

sort

sort an array or object by alpha order.

Parameters

  • obj (Object | Array) an object or an array
  • recursive Boolean if true, sorts all nested objs and arrays

Returns (Object | Array)