Socket
Book a DemoInstallSign in
Socket

@betaquick/grace-tree-constants

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betaquick/grace-tree-constants

a module to manage constants across grace tree projects

latest
Source
npmnpm
Version
1.0.17
Version published
Weekly downloads
2
-33.33%
Maintainers
5
Weekly downloads
 
Created
Source

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

Keywords

constants

FAQs

Package last updated on 12 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts