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 0427b0d commit 144dab5Copy full SHA for 144dab5
src/adapter/index.ts
@@ -16,6 +16,10 @@ export class Adapter {
16
* You don't need to access this property. Looking for {@link Adapter.init}?
17
*/
18
public static Database: any = Database;
19
+
20
+ /**
21
+ * You don't need to access this property. Looking for {@link Adapter.init}?
22
+ */
23
public static Resource: any = Resource;
24
private constructor() {}
25
0 commit comments