UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

6 lines (4 loc) 102 B
'use strict'; module.exports = function sortObjectKeys(obj) { return Object.keys(obj).sort(); };