NodeSecure utilities
npm install @nodesecure/utils

NodeSecure utilities.
- Node.js v20 or higher
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
``bash`
$ npm i @nodesecure/utilsor
$ yarn add @nodesecure/utils
`js
import * as utils from "@nodesecure/utils";
console.log(utils.parseAuthor("GENTILHOMME Thomas
``
See TypeScript definition file.
MIT