6 lines
78 B
Java
6 lines
78 B
Java
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
a(typeof t, "boolean");
|
|
};
|