Sha256: 7225bb6df75ff261d8245f6c1cff5fde1e150358eacf0757790b7f0aa88f5b70
Contents?: true
Size: 146 Bytes
Versions: 2
Compression:
Stored size: 146 Bytes
Contents
'use strict'; var map = { 'function': true, object: true }; module.exports = function (x) { return ((x != null) && map[typeof x]) || false; };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-sass-lint-0.1.2 | node_modules/es5-ext/object/is-object.js |
guard-sass-lint-0.1.1 | node_modules/es5-ext/object/is-object.js |