modules-pack
Version:
JavaScript Modules for Modern Frontend & Backend Projects
10 lines (7 loc) • 375 B
JavaScript
import { Active, namespace } from 'utils-pack'
/**
* CONSTANT VARIABLES ==========================================================
* =============================================================================
*/
export const UPLOAD = 'UPLOAD' // namespace this module
export const UPLOAD_SERVER = namespace(UPLOAD, Active.SERVICE) // Namespace this module for backend