swc/bundler/tests/.cache/untrusted/9e5439e8ccab15fd61d62ad3ad47a6d58e2cc1a8.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

7 lines
222 B
TypeScript

// Loaded from https://raw.githubusercontent.com/deno-postgres/deno-postgres/master/mod.ts
export { Client } from "./client.ts";
export { PostgresError } from "./connection/warning.ts";
export { Pool } from "./pool.ts";