SYMBOL INDEX (101 symbols across 20 files) FILE: dist/download-media.js function adopt (line 4) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 7) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 8) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 15) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 16) | function step(op) { FILE: dist/download-playlist.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: dist/download-url.js function adopt (line 4) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 7) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 8) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 15) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 16) | function step(op) { FILE: dist/download.js function adopt (line 4) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 7) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 8) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 15) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 16) | function step(op) { FILE: dist/index.js function adopt (line 22) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 24) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 25) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 26) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 33) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 34) | function step(op) { function SCDL (line 93) | function SCDL(options) { FILE: dist/info.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: dist/likes.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: dist/search.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: dist/url.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: dist/user.js function adopt (line 3) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function verb (line 14) | function verb(n) { return function (v) { return step([n, v]); }; } function step (line 15) | function step(op) { FILE: docs/assets/js/main.js function __webpack_require__ (line 182) | function __webpack_require__(moduleId) { FILE: src/download.ts type fromURLFunctionBase (line 32) | type fromURLFunctionBase = (url: string, clientID: string, FILE: src/filter-media.ts type FilterPredicateObject (line 5) | interface FilterPredicateObject { FILE: src/formats.ts type FORMATS (line 4) | enum FORMATS { FILE: src/index.ts type ClientIDData (line 29) | interface ClientIDData { type SCDLOptions (line 34) | interface SCDLOptions { class SCDL (line 50) | class SCDL { method constructor (line 63) | constructor (options?: SCDLOptions) { method filterMedia (line 93) | filterMedia (media: Transcoding[], predicateObj: FilterPredicateObject) { method download (line 104) | async download (url: string, useDirectLink = true) { method downloadFormat (line 113) | async downloadFormat (url: string, format: FORMATS) { method getInfo (line 122) | async getInfo (url: string) { method getTrackInfoByID (line 131) | async getTrackInfoByID (ids: number[], playlistID?: number, playlistSe... method getSetInfo (line 140) | async getSetInfo (url: string) { method search (line 149) | async search (options: SearchOptions) { method related (line 159) | async related (id: number, limit: number, offset = 0) { method downloadPlaylist (line 167) | async downloadPlaylist (url: string): Promise<[ReadableStream[], ... method getLikes (line 176) | async getLikes (options: GetLikesOptions): Promise { method setAxiosInstance (line 206) | setAxiosInstance (instance: AxiosInstance) { method isValidUrl (line 214) | isValidUrl (url: string) { method isPlaylistURL (line 222) | isPlaylistURL (url: string) { method isPersonalizedTrackURL (line 230) | isPersonalizedTrackURL (url: string) { method isFirebaseURL (line 238) | isFirebaseURL (url: string) { method getClientID (line 242) | async getClientID (): Promise { method setClientID (line 251) | async setClientID (clientID?: string): Promise { method _getClientIDFromFile (line 283) | private async _getClientIDFromFile (filename: string): Promise { method prepareURL (line 319) | async prepareURL (url: string): Promise { FILE: src/info.ts type User (line 11) | interface User { type TrackInfo (line 34) | interface TrackInfo { type SetInfo (line 74) | interface SetInfo { type Transcoding (line 112) | interface Transcoding { FILE: src/likes.ts type Like (line 7) | interface Like { type GetLikesOptions (line 14) | interface GetLikesOptions { FILE: src/protocols.ts type STREAMING_PROTOCOLS (line 4) | enum STREAMING_PROTOCOLS { FILE: src/search.ts type RelatedResponse (line 9) | interface RelatedResponse extends PaginatedQuery { type SearchOptions (line 13) | interface SearchOptions { type SearchResponseAll (line 21) | type SearchResponseAll = PaginatedQuery type SoundcloudResource (line 23) | type SoundcloudResource = 'tracks' | 'users' | 'albums' | 'playlists' FILE: src/util.ts type PaginatedQuery (line 6) | interface PaginatedQuery {