We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64879a2 commit 2d16740Copy full SHA for 2d16740
src/common/interface.ts
@@ -1,5 +1,8 @@
1
/** @module common */ /** */
2
3
+// Need to import or export at least one concrete something
4
+import {noop} from "./common";
5
+
6
/**
7
* An interface for getting values from dependency injection.
8
*/
0 commit comments