MCPcopy Create free account
hub / github.com/googlemaps/js-api-loader / constructor

Method constructor

src/deprecated.ts:14–16  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

12 */
13export class Loader {
14 constructor(...args: any[]) {
15 throw new Error(`[@googlemaps/js-api-loader]: ${MSG_DEPRECATED_LOADER}`);
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected