@internxt/lib
v1.5.1
Published
Common logic shared between different projects of Internxt
Readme
@internxt/lib
Common logic shared between different projects of Internxt.
A zero-dependency TypeScript library providing utilities for AES-256-GCM encryption, authentication helpers (email/password validation, JWT token handling), file/item naming, and string manipulation.
Installation
npm install @internxt/libDevelopment
# Install dependencies
npm install
# Run tests
npm run test
# Build
npm run build