UNPKG

@onurege3467/zerohelper

Version:

ZeroHelper is a versatile high-performance utility library and database framework for Node.js, fully written in TypeScript.

9 lines (8 loc) 233 B
import * as database from "./database"; import * as functions from "./functions"; export { database, functions, }; declare const _default: { database: typeof database; functions: typeof functions; }; export default _default;