2.0.0 • Published 5 months ago

@gravityforms/node-utils v2.0.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
5 months ago

Gravity Forms Node Utils

@gravityforms/node-utils is a collection of utility functions and tools for use in Node.js applications. These utilities were developed by the team at Gravity Forms for internal use, but they may be useful for other developers who are looking for similar functionality in their own scripts.

Installation

@gravityforms/node-utils can be installed via NPM:

npm install @gravityforms/node-utils

Note: This package requires node 20.10.0 or later, and npm 10.2.3 or later.

Usage

Once installed, you can import any of the utility functions or tools into your Node.js application:

const { someUtilFunction } = require('@gravityforms/node-utils');

Please note that no support is provided for these utilities, as they were developed for internal use at Gravity Forms. However, if you have any questions or feedback, feel free to open an issue on the GitHub repository.