@mcf/constants
v0.0.71
Published
Exposes constants used across MCF products
Readme
@mcf/constants
Exposes constants used across MCF products.
Installation
Install it via npm or yarn:
npm i @mcf/constants
# or
yarn add @mcf/constantsUsage
Requiring
import {icms, mcf, msf} from '@mcf/constants';
// or
const {icms, mcf, msf} = require('@mcf/constants');Rebranding
Added optional field swdaJobseekerLink to IScheme.
To be used in place of jobseekerLink when rebranding feature is on.
Under mcf.ts > Schemes
