UNPKG

@deeplx/core

Version:

An unofficial but powerful and easy-to-use yet free DeepL API client for Node.js using [DeepL](https://www.deepl.com) by porting [OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX).

3 lines (2 loc) 142 B
import { type SupportedCode } from './constants.ts'; export declare function abbreviateLanguage(language: string): SupportedCode | undefined;