Skip to main content
Module

x/mandarinets/main-core/mandarineConstants.ts>MandarineConstants

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
class MandarineConstants
import { MandarineConstants } from "https://deno.land/x/mandarinets@v2.3.2/main-core/mandarineConstants.ts";

Static Properties

MANDARINE_FILE_GLOBS: Array<string>
MANDARINE_TARGET_FOLDER: string
readonly
REFLECTION_HTTP_ACTION_KEY: string
readonly
REFLECTION_MANDARINE_COMPONENT: string
readonly
REFLECTION_MANDARINE_CONFIGURATION_PROPERTIES: string
readonly
REFLECTION_MANDARINE_CONTROLLER_CORS_MIDDLEWARE: string
readonly
REFLECTION_MANDARINE_CONTROLLER_DEFAULT_HTTP_RESPONSE_CODE: string
readonly
REFLECTION_MANDARINE_INJECTABLE_FIELD: string
readonly
REFLECTION_MANDARINE_INJECTION_FIELD: string
readonly
REFLECTION_MANDARINE_METHOD_ROUTE: string
readonly
REFLECTION_MANDARINE_METHOD_ROUTE_RENDER: string
readonly
REFLECTION_MANDARINE_PIPE_FIELD: string
readonly
REFLECTION_MANDARINE_PROPERTIES_ANNOTATION: string
readonly
REFLECTION_MANDARINE_REPOSITORY_METHOD_MANUAL_QUERY: string
readonly
REFLECTION_MANDARINE_SECURITY_ALLOWONLY_DECORATOR: string
readonly
REFLECTION_MANDARINE_TABLE_COLUMN: string
readonly
REFLECTION_MANDARINE_TABLE_COLUMN_PROPERTY: string
readonly
REFLECTION_MANDARINE_TABLE_ENTITY: string
readonly
REFLECTION_MANDARINE_USE_GUARDS_DECORATOR: string
readonly
REFLECTION_MANDARINE_USE_MIDDLEWARE_DECORATOR: string
readonly
REFLECTION_MANDARINE_VALUE_DECORATOR: string
RELEASE_VERSION: string