@pantherx.dev/px-central-management-library
v0.1.1
Published
Shared classes, interfaces and other non-platform specific functions.
Downloads
58
Readme
PX Central Management Library
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.
Usage
Install with
npm i --save @pantherx.dev/px-central-management-library
and use like this:
import {
UserMaster,
USER_ROLES_MASTER
IdentityServerUserLog
} from "@pantherx.dev/px-central-management-library"
Important
This library is constantly changing. Ensure that you fix this dependency to an exact version, or narrow version range:
"dependencies": {
"@pantherx.dev/px-central-management-library": "0.0.24",
}