blob: c892fd47d41c16eedbdf17857485af1134bbbd00 [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
a(typeof t, 'number');
};