%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/@sinonjs/commons/lib/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/@sinonjs/commons/lib/type-of.js |
"use strict";
var type = require("type-detect");
/**
* Returns the lower-case result of running type from type-detect on the value
* @param {*} value
* @returns {string}
*/
module.exports = function typeOf(value) {
return type(value).toLowerCase();
};