JSPM

@gravityforms/node-utils

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 247
  • Score
    100M100P100Q85250F
  • License GPL-2.0-or-later

The Gravity Forms node utilities for internal development.

Package Exports

  • @gravityforms/node-utils
  • @gravityforms/node-utils/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gravityforms/node-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.