MCPcopy
hub / github.com/angular/angular / ifEnvSupports

Function ifEnvSupports

packages/zone.js/test/test-util.ts:30–32  ·  view source on GitHub ↗
(test: any, block: Function, otherwise?: Function)

Source from the content-addressed store, hash-verified

28
29declare const global: any;
30export function ifEnvSupports(test: any, block: Function, otherwise?: Function): () => void {
31 return _ifEnvSupports(test, block, otherwise);
32}
33
34export function ifEnvSupportsWithDone(
35 test: any,

Calls 1

_ifEnvSupportsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…