is-implemented.js 79 Bytes
'use strict';

module.exports = function (t, a) { a(typeof t(), 'boolean'); };