difisoft-nodejs-22-common-kafkajs
v1.0.5
Published
TypeScript library for Node.js
Readme
TypeScript Library
A TypeScript library for Node.js.
Requirements
- Node.js v22.16.0 or higher
- npm v10.9.2 or higher
Installation
npm installDevelopment
Build the project:
npm run buildRun linting:
npm run lintFormat code:
npm run format
Usage
import { greet } from 'kafka-common-22-16-0';
const message = greet('World');
console.log(message); // Output: Hello, World!License
ISC
