UNPKG

ts-hdb

Version:

hdb driver with typescript

6 lines (5 loc) 155 B
import { HDBClient } from "./HDBClient"; export * from "./errors"; export { FunctionCode } from "./types"; export { HDBClient }; export default HDBClient;