Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skbhati199/js-lib-demo

`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.
https://github.com/skbhati199/js-lib-demo

javascript-library typescript

Last synced: about 1 month ago
JSON representation

`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.

Awesome Lists containing this project

README

        

# skbhati199-js-lib-demo

`skbhati199-js-lib-demo` is a TypeScript package that provides a collection of utility functions and classes for JavaScript development. It aims to simplify common tasks and enhance productivity for developers.

## Installation

You can install the package using npm or yarn:

```shell
npm install skbhati199-js-lib-demo
```

or

```shell
yarn add skbhati199-js-lib-demo
```

## Usage

Once installed, you can import and use the functions and classes from `skbhati199-js-lib-demo` in your TypeScript or JavaScript project.

```javascript
import { Pluck } from 'skbhati199-js-lib-demo';

// Using Pluck js-lib Utils
Pluck(["name":"value"], "name")
```

## Features

### Pluck js-lib Util

- `Pluck(Array, string) : String`: Trims leading and trailing whitespace from a string.

## Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on the [GitHub repository](https://github.com/skbhati199/js-lib-demo). If you want to contribute directly, you can fork the repository, make your changes, and submit a pull request.

Please make sure to follow the existing coding style and include appropriate tests with your contributions.

## License

This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute this package as per the terms of the license.