16 lines
221 B
TypeScript
16 lines
221 B
TypeScript
/**
|
|
* @since 4.0.0
|
|
*/
|
|
|
|
// @barrel: Auto-generated exports. Do not edit manually.
|
|
|
|
/**
|
|
* @since 4.0.0
|
|
*/
|
|
export * as PgClient from "./PgClient.ts"
|
|
|
|
/**
|
|
* @since 4.0.0
|
|
*/
|
|
export * as PgMigrator from "./PgMigrator.ts"
|