https://github.com/nodesecure/utils
Utilities for NodeSecure
https://github.com/nodesecure/utils
Last synced: 20 days ago
JSON representation
Utilities for NodeSecure
- Host: GitHub
- URL: https://github.com/nodesecure/utils
- Owner: NodeSecure
- License: mit
- Created: 2021-11-01T14:05:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T03:09:07.000Z (10 months ago)
- Last Synced: 2025-06-02T02:42:22.535Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
NodeSecure utilities.
## Requirements
- [Node.js](https://nodejs.org/en/) v20 or higher
## Getting Started
This package is available in the Node Package Repository and can be easily installed with [npm](https://docs.npmjs.com/getting-started/what-is-npm) or [yarn](https://yarnpkg.com).
```bash
$ npm i @nodesecure/utils
# or
$ yarn add @nodesecure/utils
```
## Usage example
```js
import * as utils from "@nodesecure/utils";
console.log(utils.parseAuthor("GENTILHOMME Thomas "));
```
## API
See TypeScript definition file.
## Contributors ✨
[](#contributors-)

Gentilhomme
💻 📖 👀 🛡️ 🐛

Maxime
⚠️

Kouadio Fabrice Nguessan
🚧

Kishore
📖 💻

PierreDemailly
👀
## License
MIT