]> gerrit.simantics Code Review - simantics/district.git/blob - keys/shim.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / keys / shim.js
1 'use strict';
2
3 var keys = Object.keys;
4
5 module.exports = function (object) {
6         return keys(object == null ? object : Object(object));
7 };