Skip to content

Commit 9c59d6a

Browse files
committed
fix: libraries can be a string[]
1 parent 067ad78 commit 9c59d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2.0/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export type APIOptions = {
1717
key?: string;
1818
v?: string;
19-
libraries?: string;
19+
libraries?: string | string[];
2020
language?: string;
2121
region?: string;
2222
authReferrerPolicy?: string;

0 commit comments

Comments
 (0)