UNPKG

mysql-all-in-one

Version:

A package that allows you to have a complete interaction with a MYSQL database, allowing to connect to the database, retrieve data and create queries.

5 lines (4 loc) 191 B
import { JoinReturnObject } from './types'; import { SelectJoin } from './types'; declare const join: (join: SelectJoin, alias?: string | undefined) => JoinReturnObject; export default join;