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