]> gerrit.simantics Code Review - simantics/district.git/blob - match/is-implemented.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / match / is-implemented.js
1 'use strict';
2
3 module.exports = function (t, a) { a(typeof t(), 'boolean'); };