1.3.6 • Published 5 months ago

abw-utility-package v1.3.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

ABW Utility Package

This utility function package provides a set of utility functions. It's designed to be versatile, efficient, and easy to use. Here's a quick overview of its key features and usage instructions:

Key Features

  • Written in TypeScript: This package is developed entirely in TypeScript, offering type safety and enhanced development experience.

  • Auto-Detection of Module System: The choice between ES6 and CommonJS is determined by the transpilation of the consumer application. When the consumer app is transpiled to CommonJS (ES5), it will use the 'main' property in your 'package.json'. When transpiled to ES6, it will recognise the 'module' property and use it.

Usage Instructions

  1. Install the Package: Install the package in your project using npm or yarn:

    npm install abw-utility-package

  2. Import and Use Functions To use the utility functions provided by the package, you can import them in your code in either of the following ways:

    • Destructured Import: Import specific utility functions by destructuring the package:

      import { utilityFunction } from 'abw-utility-package';
    • Object Import: Alternatively, you can import the entire package as an object for a more concise approach:

      import abwUtils from 'abw-utility-package';
1.3.6

5 months ago

1.3.5

6 months ago

1.3.4

6 months ago

1.3.3

6 months ago

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago