UNPKG

skyrisingdb

Version:

🌌 Sky._.RisingDB - Light Up Your Data! 🚀 Sky._.RisingDB is a simple, lightweight, and beginner-friendly database for Node.js. Inspired by the beauty of auroras, it's designed to make data storage effortless. Whether you're building a small app or experi

8 lines (6 loc) • 122 B
// src/utils.js module.exports = { validateType(value, type) { return typeof value === type; } };