'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.js | File | 137 B | 0644 |
|
license | File | 1.09 KB | 0644 |
|
package.json | File | 1.42 KB | 0644 |
|
readme.md | File | 606 B | 0644 |
|