Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.ComponentTypes

import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { ComponentTypes } = Mandarine.MandarineCore;

List of all recognizable mandarine components.

MANUAL_COMPONENT refers to components that are not fundamentally a part of Mandarine, but they were declared manually by the user.

enum ComponentTypes {
CONTROLLER,
COMPONENT,
CATCH,
SERVICE,
CONFIGURATION,
MIDDLEWARE,
REPOSITORY,
MANUAL_COMPONENT,
GUARDS,
INTERNAL,
WEBSOCKET,
MICROSERVICE,
}

§Members

§
ComponentTypes.CATCH
[src]
§
ComponentTypes.COMPONENT
[src]
§
ComponentTypes.CONFIGURATION
[src]
§
ComponentTypes.CONTROLLER
[src]
§
ComponentTypes.GUARDS
[src]
§
ComponentTypes.INTERNAL
[src]
§
ComponentTypes.MANUAL_COMPONENT
[src]
§
ComponentTypes.MICROSERVICE
[src]
§
ComponentTypes.MIDDLEWARE
[src]
§
ComponentTypes.REPOSITORY
[src]
§
ComponentTypes.SERVICE
[src]
§
ComponentTypes.WEBSOCKET
[src]