import { createParamDecorator } from "https://deno.land/x/oak_nest@v2.0.0/mod.ts";
this is a high function which will return a param decorator.
Examples
const Body = createParamDecorator((ctx: Context) => {});
const Body = createParamDecorator((ctx: Context) => {});
type
(callback: ParamDecoratorCallback) => unknown