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.

5 lines (4 loc) 88 B
function PathFormat(str) { return "data." + str; } module.exports = PathFormat;