File manager - Edit - /usr/local/lib/node_modules/knex-migrator/node_modules/knex/lib/util/is.js
Back
function isString(value) { return typeof value === 'string'; } function isNumber(value) { return typeof value === 'number'; } function isBoolean(value) { return typeof value === 'boolean'; } function isUndefined(value) { return typeof value === 'undefined'; } function isObject(value) { return typeof value === 'object' && value !== null; } function isFunction(value) { return typeof value === 'function'; } module.exports = { isString, isNumber, isBoolean, isUndefined, isObject, isFunction, };
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings