@nodesecure/utils
v2.3.0
Published
NodeSecure utilities
Readme
NodeSecure utilities.
Requirements
- Node.js v20 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/utilsUsage example
import * as utils from "@nodesecure/utils";
console.log(utils.parseAuthor("GENTILHOMME Thomas <[email protected]>"));API
See TypeScript definition file.
License
MIT
