UNPKG

@grandlinex/bundle-postgresql

Version:
6 lines (5 loc) 165 B
import PGCon from './class/PGCon.js'; import PGUpdate from './class/PGUpdate.js'; export * from './util/index.js'; export { PGCon, PGUpdate }; export default PGCon;