Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.31 KB

index.ArtistURL.md

File metadata and controls

73 lines (40 loc) · 1.31 KB

youtube-moosick / index / ArtistURL

Class: ArtistURL

index.ArtistURL

Hierarchy

  • Item

    ArtistURL

Table of contents

Properties

Methods

Properties

artistContents

artistContents: ArtistContent

Defined in

src/resources/resultTypes/artistURL.ts:7


headers

headers: ArtistHeader

Defined in

src/resources/resultTypes/artistURL.ts:6

Methods

from

Static from<T>(this, options): T

Type parameters

Name Type
T extends Item<T>

Parameters

Name Type
this () => T
options ItemOptions<() => T>

Returns

T

Inherited from

Item.from

Defined in

src/blocks/item.ts:25