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 83782e0 commit f50277eCopy full SHA for f50277e
src/index.ts
@@ -14,7 +14,7 @@ export const version : string = process.env.VERSION;
14
/**
15
* @internal
16
*/
17
-export class Loading {
+class Loading {
18
19
promise : Promise<ModuleExport>;
20
@@ -28,7 +28,7 @@ export class Loading {
28
29
30
31
-export function throwNotDefined(details : string) : never {
+function throwNotDefined(details : string) : never {
32
33
throw new ReferenceError(`${ details } is not defined`);
34
}
0 commit comments