From 8fa0b98c66a4c26f12f9450e6dde77242c5dc008 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 22:51:09 +0200 Subject: Commit --- node_modules/genius-lyrics/dist/Client.d.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'node_modules/genius-lyrics/dist/Client.d.ts') diff --git a/node_modules/genius-lyrics/dist/Client.d.ts b/node_modules/genius-lyrics/dist/Client.d.ts index c22064a..c9b42a9 100644 --- a/node_modules/genius-lyrics/dist/Client.d.ts +++ b/node_modules/genius-lyrics/dist/Client.d.ts @@ -1,12 +1,12 @@ -import { Config } from "./Constants"; -import { Requester } from "./Requester"; -import { ArtistsClient } from "./Artists/Client"; -import { SongsClient } from "./Songs/Client"; -export declare class Client { - readonly key?: string | undefined; - readonly config: Config; - songs: SongsClient; - artists: ArtistsClient; - api: Requester; - constructor(key?: string | undefined, config?: Config); -} +import { Config } from "./Constants"; +import { Requester } from "./Requester"; +import { ArtistsClient } from "./Artists/Client"; +import { SongsClient } from "./Songs/Client"; +export declare class Client { + readonly key?: string | undefined; + readonly config: Config; + songs: SongsClient; + artists: ArtistsClient; + api: Requester; + constructor(key?: string | undefined, config?: Config); +} -- cgit