We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067ad78 commit 9c59d6aCopy full SHA for 9c59d6a
src/2.0/loader.ts
@@ -16,7 +16,7 @@
16
export type APIOptions = {
17
key?: string;
18
v?: string;
19
- libraries?: string;
+ libraries?: string | string[];
20
language?: string;
21
region?: string;
22
authReferrerPolicy?: string;
0 commit comments