????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@sinonjs/commons/lib/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/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(); };