https://github.com/bernankez/utils
My Utils
https://github.com/bernankez/utils
utils
Last synced: about 1 month ago
JSON representation
My Utils
- Host: GitHub
- URL: https://github.com/bernankez/utils
- Owner: Bernankez
- License: mit
- Created: 2023-02-01T15:06:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T08:30:44.000Z (about 2 years ago)
- Last Synced: 2025-02-12T06:23:26.390Z (over 1 year ago)
- Topics: utils
- Language: TypeScript
- Homepage: https://utils.keke.cc
- Size: 530 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utils
[](https://www.npmjs.com/package/@bernankez/utils)
[](https://github.com/Bernankez/utils/actions)
[](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.