4 lines
77 B
Java
4 lines
77 B
Java
'use strict';
|
|
|
|
module.exports = function (t, a) { a(typeof t, 'boolean'); };
|