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

Injectable

import { Injectable } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Defines a manual injection for non-mandarine components. https://github.com/mandarineorg/mandarinets/wiki/Manual-Components

@Injectable() Target: method

const Injectable: () => unknown;