can-sort-object

1.0.1 • Public • Published

can-sort-object

Build Status

Sort object keys recursively

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'can-sort-object';

CommonJS use

Use require to load can-sort-object and everything else needed to create a template that uses can-sort-object:

var plugin = require("can-sort-object");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-sort-object/dist/global/can-sort-object.js'></script>

/can-sort-object/

    Package Sidebar

    Install

    npm i can-sort-object

    Homepage

    canjs.com

    Weekly Downloads

    536

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    9.19 kB

    Total Files

    12

    Last publish

    Collaborators

    • justinbmeyer