@pantherx.dev/common
v0.8.0
Published
Commonly used snippets
Downloads
15
Readme
(NEW) 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.
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",
}