@betaquick/fccc-constants
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

CircleCI NPM Version

fccc-constants

a module to manage constants across fccc projects

Installation

npm i @betaquick/fccc-constants

Usage

Javascript

const constants = require('@betaquick/fccc-constants');
const admin = constants.UserTypes.Admin;
console.log(admin);

// Output should be 'Administrator'

TypeScript

import { constants } from '@betaquick/fccc-constants';
console.log(constants.UserTypes.Admin);

// Output should be 'Administrator'

Test

npm run test

/@betaquick/fccc-constants/

    Package Sidebar

    Install

    npm i @betaquick/fccc-constants

    Weekly Downloads

    66

    Version

    2.10.0

    License

    ISC

    Unpacked Size

    58.7 kB

    Total Files

    75

    Last publish

    Collaborators

    • michaelpetersiduku
    • walef
    • radiumrasheed
    • oneeyedsunday