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 b51e89d commit b564c29Copy full SHA for b564c29
index.d.ts
@@ -1,7 +1,7 @@
1
type Callback<T> = (err: NodeJS.ErrnoException | null, data: T) => void;
2
3
interface External {
4
- global: string | string[];
+ global?: string | string[];
5
url: string;
6
}
7
interface ExtendedExternal extends External {
package.json
@@ -1,6 +1,6 @@
{
"name": "oc-client-browser",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "OC browser client",
"main": "index.js",
"types": "index.d.ts",
0 commit comments