@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.
@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.
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.