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

1.0.9 • Public • Published

casepipeline-constants

a module to manage constants across casepipeline projects

Installation

npm i @betaquick/casepipeline-constants

Usage

Javascript

const constants = require('@betaquick/casepipeline-constants');
const { ADDRESS } = constants.TABLENAMES;
console.log(ADDRESS);

// Output should be 'address'

TypeScript

import { { TABLENAMES: { ADDRESS } } } from '@betaquick/casepipeline-constants';
console.log(ADDRESS);

// Output should be 'address'

Test

npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i @betaquick/casepipeline-constants

Weekly Downloads

7

Version

1.0.9

License

ISC

Unpacked Size

30.6 kB

Total Files

33

Last publish

Collaborators

  • michaelpetersiduku
  • walef
  • radiumrasheed
  • oneeyedsunday