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

Package detail

raonwiz-integrations-common

raonwiz_solution584(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)1.0.1

Common RAONWIZ integration utilities.

readme

RAONWIZ - Common Integration Utils

This package implements common utility modules for integration projects.

Installation and usage

Install the package via npm:

npm install raonwiz-integrations-common

Import specific utility in your module:

import { getRaonwizComponentNamespace } from 'raonwiz-integrations-common';

Tests

Run tests by executing:

npm run test

License

Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:

For full details about the license, please check the LICENSE.md file.