JSPM

  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q88821F
  • License ISC

Common Library for CAS

Package Exports

  • cas-common-lib
  • cas-common-lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cas-common-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Library for CAS


// algo
const { algo } = require('cas-common-lib');

// caxios
const { caxios } = require('cas-common-lib');

// jwt sign
const { jwt } = require('cas-common-lib');

// Logger
// Initialize Log when application starts
const { Log } = require('cas-common-lib');
Log.initialize(YOUR_LOG_FILE_PATH);