Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 471 Bytes

File metadata and controls

28 lines (18 loc) · 471 Bytes

@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/lib

Development

# Install dependencies
npm install

# Run tests
npm run test

# Build
npm run build

License

MIT