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

https://github.com/bernankez/utils

My Utils
https://github.com/bernankez/utils

utils

Last synced: about 1 month ago
JSON representation

My Utils

Awesome Lists containing this project

README

          

# Utils

[![npm](https://img.shields.io/npm/v/@bernankez/utils?color=red&label=npm)](https://www.npmjs.com/package/@bernankez/utils)
[![CI](https://github.com/Bernankez/utils/workflows/CI/badge.svg)](https://github.com/Bernankez/utils/actions)
[![LICENSE](https://shields.io/github/license/Bernankez/utils)](https://github.com/Bernankez/utils/blob/master/LICENSE)



Using utils out-of-the-box.

## Install

```bash
npm add @bernankez/utils
```

## Usage

```ts
import { masking } from "@bernankez/utils";

const pkg = "@bernankez/utils";
const masked = masking(pkg, [3, -3]);
console.log(masked); // @be**********ils
```

Read the [documentations](https://utils.keke.cc) for more details.