Sort object keys recursively
npm install can-sort-object
Sort object keys recursively
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from 'can-sort-object';
Use require to load can-sort-object and everything elsecan-sort-object
needed to create a template that uses :
`js`
var plugin = require("can-sort-object");
Load the global version of the plugin:
`html``