UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

3 lines 147 B
import { MySQL, MySQLConfig } from '../../types.js'; export declare function mysql(config: MySQLConfig): MySQL; //# sourceMappingURL=mysql.d.ts.map