MCPcopy
hub / github.com/zloirock/core-js / check

Function check

deno/corejs/index.js:354–356  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

352"use strict";
353
354var check = function (it) {
355 return it && it.Math === Math && it;
356};
357
358// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
359module.exports =

Callers 3

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…