| outline | deep |
|---|
Create a new Tsky instance.
import { Tsky } from 'tsky'
const app = new AppBskyNS() // TODO
const tsky = new Tsky(app)Get a profile by DID.
const profile = await tsky.profile('did:plc:giohuovwawlijq7jkuysq5dd')
console.log(profile.handle)