]> gerrit.simantics Code Review - simantics/district.git/blob - es5-ext/object/is-callable.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / es5-ext / object / is-callable.js
1 // Deprecated
2
3 'use strict';
4
5 module.exports = function (obj) { return typeof obj === 'function'; };