UNPKG

esi-cap

Version:

Enterprise System Integration Based on SAP CAP

21 lines (20 loc) 525 B
import { date } from "./lib/utils"; import { xml } from "./lib/utils"; import { json } from "./lib/utils"; import { array } from "./lib/utils"; import { query } from "./lib/query"; import { service } from "./lib/service"; import { impl } from "./lib/impl"; import { connect } from "./lib/connect"; export namespace utils { export { date }; export { xml }; export { json }; export { array }; } export namespace esi { export { query }; export { service }; export { impl }; export { connect }; }