aboutsummaryrefslogtreecommitdiff
path: root/node_modules/genius-lyrics/dist/Songs/Client.d.ts
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-27 22:51:09 +0200
committerMinteck <contact@minteck.org>2022-03-27 22:51:09 +0200
commit8fa0b98c66a4c26f12f9450e6dde77242c5dc008 (patch)
treef710f15dfa9402f3c8ed2b5fed210ce14513b073 /node_modules/genius-lyrics/dist/Songs/Client.d.ts
parent3b7a058fbd58b74f413720feb492bdb827993006 (diff)
downloadyoutoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.tar.gz
youtoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.tar.bz2
youtoo-8fa0b98c66a4c26f12f9450e6dde77242c5dc008.zip
Commit
Diffstat (limited to 'node_modules/genius-lyrics/dist/Songs/Client.d.ts')
-rw-r--r--node_modules/genius-lyrics/dist/Songs/Client.d.ts46
1 files changed, 23 insertions, 23 deletions
diff --git a/node_modules/genius-lyrics/dist/Songs/Client.d.ts b/node_modules/genius-lyrics/dist/Songs/Client.d.ts
index 00b54ae..cc8c499 100644
--- a/node_modules/genius-lyrics/dist/Songs/Client.d.ts
+++ b/node_modules/genius-lyrics/dist/Songs/Client.d.ts
@@ -1,23 +1,23 @@
-import { Client } from "../";
-import { Song } from "./Song";
-export interface SongSearchOptions {
- sanitizeQuery: boolean;
-}
-export declare class SongsClient {
- readonly client: Client;
- /**
- * @example const SongsClient = new Genius.Songs.Client(key);
- */
- constructor(client: Client);
- /**
- * Searches for songs for the provided query (Key is optional)
- * @example const SearchResults = await SongsClient.search("faded");
- */
- search(query: string, options?: Partial<SongSearchOptions>): Promise<Song[]>;
- /**
- * Fetches the Song using the provided ID (Requires Key)
- * @example const Song = await SongsClient.get(3276244);
- */
- get(id: number): Promise<Song>;
- sanitizeQuery(query: string): string;
-}
+import { Client } from "../";
+import { Song } from "./Song";
+export interface SongSearchOptions {
+ sanitizeQuery: boolean;
+}
+export declare class SongsClient {
+ readonly client: Client;
+ /**
+ * @example const SongsClient = new Genius.Songs.Client(key);
+ */
+ constructor(client: Client);
+ /**
+ * Searches for songs for the provided query (Key is optional)
+ * @example const SearchResults = await SongsClient.search("faded");
+ */
+ search(query: string, options?: Partial<SongSearchOptions>): Promise<Song[]>;
+ /**
+ * Fetches the Song using the provided ID (Requires Key)
+ * @example const Song = await SongsClient.get(3276244);
+ */
+ get(id: number): Promise<Song>;
+ sanitizeQuery(query: string): string;
+}