UNPKG

@onurege3467/zerohelper

Version:

ZeroHelper is a versatile JavaScript library offering helper functions and database utilities for developers. It supports MongoDB, MySQL, SQLite, Redis, and PostgreSQL.

15 lines 254 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES2020", "checkJs": true, "resolveJsonModule": true }, "include": [ "**/*" ], "exclude": [ "node_modules", "**/node_modules/*" ] }