UNPKG

modules-pack

Version:

JavaScript Modules for Modern Frontend & Backend Projects

12 lines (9 loc) 530 B
import { Active } from 'utils-pack' import { namespace } from 'utils-pack/utility' /** * CONSTANT VARIABLES ========================================================== * ============================================================================= */ export const _TEMPLATE = '_TEMPLATE' // Namespace this module export const _TEMPLATE_CLIENT = namespace(_TEMPLATE, Active.SERVICE) // Namespace this module for frontend export const _TEMPLATE_SERVER = namespace(_TEMPLATE, Active.SERVICE) // Namespace this module for backend