Skip to main content
Module

x/version_bump/mod.ts>inject

A pluggable version bumping software (akin to standard-version) written in Deno + TS
Go to Latest
function inject
Re-export
import { inject } from "https://deno.land/x/version_bump@1.0.0/mod.ts";

Parameter decorator factory that allows for interface information to be stored in the constructor's metadata

Parameters

token: InjectionToken<any>

Returns

(
target: any,
propertyKey: string | symbol,
parameterIndex: number,
) => any

The parameter decorator