Skip to content

Latest commit

 

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI NPM Version

grace-tree-constants

a module to manage constants across grace tree projects

Installation

npm i @betaquick/grace-tree-constants

Usage

Javascript

const constants = require('@betaquick/grace-tree-constants');
const general = constants.UserTypes.General;
console.log(admin);

// Output should be 'General'

TypeScript

import { constants } from '@betaquick/grace-tree-constants';
console.log(constants.UserTypes.General);

// Output should be 'General'

Test

npm run test

About

grace tree constants module

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages