mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 21:04:34 +01:00
10 lines
137 B
JavaScript
10 lines
137 B
JavaScript
import { PubkyClient } from '../src/index.js'
|
|
|
|
main()
|
|
|
|
async function main() {
|
|
let client = new PubkyClient()
|
|
|
|
console.log(client)
|
|
}
|