MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / is

Function is

tests/qunit-2.9.2.js:273–275  ·  view source on GitHub ↗
(type, obj)

Source from the content-addressed store, hash-verified

271
272 // Safe object type checking
273 function is(type, obj) {
274 return objectType(obj) === type;
275 }
276
277 // Based on Java's String.hashCode, a simple but not
278 // rigorously collision resistant hashing function

Callers 2

objectValuesFunction · 0.85
qunit-2.9.2.jsFile · 0.85

Calls 1

objectTypeFunction · 0.85

Tested by

no test coverage detected