mirror of
https://github.com/mgerb/mywebsite
synced 2026-03-05 15:55:25 +00:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
'use strict';
|
|
|
|
module.exports = function (t, a) {
|
|
a.ok(t && typeof t === 'object');
|
|
};
|