@bizjournals/constants
v1.1.1
Published
ACBJ javascript constants
Downloads
221
Keywords
Readme
Javascript Constants
These are the javascript constants reused throughout the Bizjournals eco system. They should require few if any updates, so please use your constants locally to your projects until the introduction of the constant can be evaluated by the front end development team.
Installation / Example
Installation
npm install --save @bizjournals/constants
Examples
import { NATIONAL_MARKET_CODE } from "@bizjournals/constants"
Reference
| Path | Constant | Type | Description | |------------|----------------------|--------|----------------------------------------------------| | lib/market | NATIONAL_MARKET_CODE | String | The ACBJ national market code | | lib/market | MARKET_CODES | Array | ACBJ market codes, excluding national | | lib/path | CDN_URL | String | The url used for assets in production environments |
