6 lines
80 B

7 years ago
"use strict";
module.exports = function (t, a) {
a(typeof t(), "boolean");
};