| 11 | * See the migration guide for more details: MIGRATION.md |
| 12 | */ |
| 13 | export class Loader { |
| 14 | constructor(...args: any[]) { |
| 15 | throw new Error(`[@googlemaps/js-api-loader]: ${MSG_DEPRECATED_LOADER}`); |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…