UNPKG

@haystacks/async

Version:

A framework to build any number or any kind of native application or automation solution.

17 lines (14 loc) 702 B
/** * @file application.configuration.constants.js * @module application.configuration.constants * @description A file to hold all of the client configuration constants. * @requires {@link https://www.npmjs.com/package/@haystacks/constants|@haystacks/constants} * @author Seth Hollingsead * @date 2022/02/23 * @copyright Copyright © 2022-… by Seth Hollingsead. All rights reserved */ // External imports import hayConst from '@haystacks/constants'; const {wrd} = hayConst; // smuggle something ccustomEchoCommand = wr1.ccustom + wr1.cEcho + wr1.cCommand; // customEchoCommand export const cargumentDrivenInterface = wrd.cargument + wrd.cDriven + wrd.cInterface; // argumentDrivenInterface