UNPKG

deepl-client

Version:
9 lines (8 loc) 265 B
/** * Returns the right domain corresponding to the user's key type. * @property params used to check if you have a valid authentication key. * @returns the free or paid host url. */ export declare function getDomain(params: { auth_key: string; }): string;