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

1.0.39 • 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]"
});

/@kwiz/common/

    Package Sidebar

    Install

    npm i @kwiz/common

    Weekly Downloads

    41

    Version

    1.0.39

    License

    MIT

    Unpacked Size

    1.89 MB

    Total Files

    351

    Last publish

    Collaborators

    • g19igor71
    • vieirak
    • shaipetel
    • kwizshai