Module

x/ts_morph/mod.ts>Decorator#setIsDecoratorFactory

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method Decorator.prototype.setIsDecoratorFactory
import { Decorator } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

Set if this decorator is a decorator factory.

Parameters

isDecoratorFactory: boolean
  • If it should be a decorator factory or not.