Skip to content

Commit 144dab5

Browse files
committed
docs: update comment
1 parent 0427b0d commit 144dab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/adapter/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export class Adapter {
1616
* You don't need to access this property. Looking for {@link Adapter.init}?
1717
*/
1818
public static Database: any = Database;
19+
20+
/**
21+
* You don't need to access this property. Looking for {@link Adapter.init}?
22+
*/
1923
public static Resource: any = Resource;
2024
private constructor() {}
2125

0 commit comments

Comments
 (0)