modules-pack
Version:
JavaScript Modules for Modern Frontend & Backend Projects
11 lines (8 loc) • 415 B
JavaScript
import { Active } from 'utils-pack'
import { namespace } from 'utils-pack/utility'
/**
* CONSTANT VARIABLES ==========================================================
* =============================================================================
*/
export const PAYMENT = 'PAYMENT' // Namespace this module
export const PAYMENT_SERVER = namespace(PAYMENT, Active.SERVICE) // Namespace this module for backend