1.0.17 • Published 2 years ago

@avtickets404/common v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Common Modules

A collection of commonly used modules for JavaScript and TypeScript projects.

Installation

To install the package, use npm:

npm install common-modules

Usage

To use the modules in a JavaScript project, simply import them as you would with any other module:

const { module1, module2 } = require('common-modules');

To use the modules in a TypeScript project, you can import them and take advantage of the built-in type support:

import { module1, module2 } from 'common-modules';

Included Modules

  • module1: A module for performing common task X
  • module2: A module for performing common task Y
  • module3: A module for performing common task Z

Acknowgements

Thank you to all the contributors who have helped make this package possible.

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago