@nodesecure/utils
v2.2.0
Published
NodeSecure utilities
Downloads
203
Readme
NodeSecure utilities.
Requirements
- Node.js v18 or higher
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm i @nodesecure/utils
# or
$ yarn add @nodesecure/utils
Usage example
import * as utils from "@nodesecure/utils";
console.log(utils.parseAuthor("GENTILHOMME Thomas <[email protected]>"));
API
See TypeScript definition file.
Contributors ✨
License
MIT