@kwiz/common
TypeScript icon, indicating that this package has built-in type declarations

1.0.35 • Public • Published

KWIZ Common Repo

A collection of common helpers and utilities used across KWIZ projects

To get started, configure our modules to your project by calling config:

import { config } from "@kwiz/common";
export const { logger: GetLogger } = config({
    BuildNumber: BuildNumber,
    //send true to have verbose logs and turn on debug mode
    IsLocalDev: IsLocalDev,
    ReleaseStatus: ReleaseStatus,
    //prefix logger with your project name
    ProjectName: "[cms]"
});

Package Sidebar

Install

npm i @kwiz/common

Weekly Downloads

153

Version

1.0.35

License

MIT

Unpacked Size

1.86 MB

Total Files

351

Last publish

Collaborators

  • g19igor71
  • vieirak
  • shaipetel
  • kwizshai