Skip to content

Commit aac4279

Browse files
committed
add example of stats
1 parent e09d325 commit aac4279

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/get-stats.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { getStats } from '@devprotocol/dev-kit'
2+
3+
const stats = await getStats()
4+
console.log(stats)

0 commit comments

Comments
 (0)