UNPKG

qgenutils

Version:

A security-first Node.js utility library providing authentication, HTTP operations, URL processing, validation, datetime formatting, and template rendering. Designed as a lightweight alternative to heavy npm packages with comprehensive error handling and

4 lines (3 loc) 230 B
// Re-export the library's main entry point for use in tests. This wrapper keeps // require paths short inside the unit and integration test files. module.exports = require('../index'); // expose library entry point to unit tests