MCPcopy
hub / github.com/angular/angular / isClient

Method isClient

packages/service-worker/worker/src/adapter.ts:61–63  ·  view source on GitHub ↗

* Test if a given object is an instance of `Client`.

(source: any)

Source from the content-addressed store, hash-verified

59 * Test if a given object is an instance of `Client`.
60 */
61 isClient(source: any): source is Client {
62 return source instanceof Client;
63 }
64
65 /**
66 * Read the current UNIX time in milliseconds.

Callers 1

onMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected