UNPKG

modules-pack

Version:

JavaScript Modules for Modern Frontend & Backend Projects

12 lines (9 loc) 495 B
import { Active, capitalize } from 'utils-pack' import { namespace } from 'utils-pack/utility' /** * CONSTANT VARIABLES ========================================================== * ============================================================================= */ export const PLACE = 'PLACE' // Namespace this module export const PLACE_SERVER = namespace(PLACE, Active.SERVICE) // Namespace this module for backend export const PLACE_MODEL = capitalize(PLACE) // db Model name (Capitalized)