JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q57846F
  • License ISC

Sorting an array by it's property

Package Exports

  • property-sort

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (property-sort) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Property Sort

npm

Getting started

Install the package...

npm install svea

Use in project:

import { sortByProperty } from 'property-sort';
...
const options = {}; // tbd

const collection = sortByProperty(collection, options);

To be continued (..)