]> gerrit.simantics Code Review - simantics/district.git/blob - is-implemented.js
1a8832889bf4934ea5738d5b65987e26ff93bebb
[simantics/district.git] / is-implemented.js
1 'use strict';
2
3 module.exports = function (t, a) { a(typeof t(), 'boolean'); };