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 5c1375c commit 584cf1aCopy full SHA for 584cf1a
src/index.ts
@@ -1,4 +1,4 @@
1
-import * as dgraph from './dgraph';
+import * as dgraph from "./dgraph";
2
3
export * from "./dgraph";
4
-export default dgraph;
+export default dgraph;
tslint.json
@@ -15,6 +15,7 @@
15
"insecure-random": false,
16
"no-multiline-string": false,
17
"newline-per-chained-call": false,
18
+ "no-default-export": false,
19
"trailing-comma": [
20
true,
21
{
0 commit comments