ts-npm-ytmusic-api/docs/references/ytmusic-methods/getArtist.md

409 B

getArtist

See the guide for information on how to use this.

Properties

Name Data Type Description
artistId string Artist ID

Returns

Promise<ArtistFull>

TypeScript Source Code

public async getArtist(artistId: string): Promise<ArtistFull>