Skip to content

Installation

npm

bash
npm install @nodelibraries/enhanced-abort-controller

yarn

bash
yarn add @nodelibraries/enhanced-abort-controller

pnpm

bash
pnpm add @nodelibraries/enhanced-abort-controller

TypeScript Support

This library is written in TypeScript and includes full type definitions. No additional @types package is required.

Requirements

  • Node.js 16+ or modern browser
  • TypeScript 5.0+ (optional, but recommended)

Verification

After installation, verify it works:

typescript
import { EnhancedAbortController } from '@nodelibraries/enhanced-abort-controller';

const controller = new EnhancedAbortController();
console.log('Enhanced Abort Controller installed successfully!');

Next Steps

Released under the MIT License. If you find this project helpful, consider buying me a coffee