@pantherx.dev/common

Commonly used snippets

Usage no npm install needed!

<script type="module">
  import pantherxDevCommon from 'https://cdn.skypack.dev/@pantherx.dev/common';
</script>

README

(NEW) Central Management Library

npm version

This library contains shared classes, interfaces and other non-platform specific functions. Even though the library is public, we do not provide support, or assurance for this to work now, or continue to work in the future.

So: This likely won't be useful to you unless you are working with us, or with / on one of our products.

Usage

Install with

npm i --save @pantherx.dev/common

and use like this:

import {
  UserMaster,
  USER_ROLES_MASTER
  IdentityServerUserLog
} from "@pantherx.dev/common"

Important

This library is constantly changing. Ensure that you fix this dependency to an exact version, or narrow version range:

"dependencies": {
  "@pantherx.dev/common": "0.0.1",
}