/**
* @file plugin.command.constants.js
* @module plugin.command.constants
* @description A file to hold all of the plugin commands constants.
* @requires {@link https://www.npmjs.com/package/@haystacks/constants|@haystacks/constants}
* @author Seth Hollingsead
* @date 2023/04/03
* @copyright Copyright © 2023-… by Seth Hollingsead. All rights reserved
*/
// External imports
import hayConst from '@haystacks/constants';
const {bas, num, wrd} = hayConst;
// ********************************
// hayD-CAF commands in order
// ********************************
export const cbuildBrowserActionFunction = wrd.cbuild + wrd.cBrowser + wrd.cAction + wrd.cFunction; // buildBrowserActionFunction