]> gerrit.simantics Code Review - simantics/district.git/blob - acosh/index.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / acosh / index.js
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? Math.acosh
5         : require('./shim');