We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09d325 commit aac4279Copy full SHA for aac4279
1 file changed
examples/get-stats.js
@@ -0,0 +1,4 @@
1
+import { getStats } from '@devprotocol/dev-kit'
2
+
3
+const stats = await getStats()
4
+console.log(stats)
0 commit comments