UNPKG

@opengis/fastify-table

Version:

core-plugins

8 lines 322 B
import config from "./config.js"; import { pgClients } from "./utils.js"; declare const prefix: any; export declare function setup(): Promise<void>; export declare function teardown(): Promise<void>; export declare function build(): Promise<any>; export { prefix, config, pgClients, }; //# sourceMappingURL=helper.d.ts.map