Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@itentialopensource/adapter-utils

itentialopensource34.9kApache-2.05.10.19

Itential Adapter Utility Libraries

readme

Itential Adapter Utilities

Itential Adapter Utilities is a set of Node.js runtime libraries used by Itential Adapters.

Many of the capabilities supported in Itential Adapters are built into this library so that they can be better maintained and added to adapters.

Usage

Include @itentialopensource/adapter-utils as a dependency and require it:

const { RequestHandler, PropertyUtility } = require('@itentialopensource/adapter-utils');