2.1.0 • Published 2 months ago

@nodesecure/utils v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

NodeSecure utilities.

Requirements

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 <foo.bar@gmail.com>"));

API

See TypeScript definition file.

Contributors ✨

All Contributors

License

MIT