UNPKG

jest-dynalite

Version:

Run your tests using Jest & Dynalite

4 lines (3 loc) 221 B
import { TableConfig } from "../types"; export declare const deleteTables: (tableNames: string[], port: number) => Promise<void>; export declare const createTables: (tables: TableConfig[], port: number) => Promise<void>;