UNPKG

230 BTypeScriptView Raw
1/**
2 * Constant `CharsetToEncoding`.
3 *
4 * Please note that `CharsetToEncoding` can only be accessed from the `mysql` object and not imported directly.
5 */
6declare const CharsetToEncoding: string[];
7
8export { CharsetToEncoding };