UNPKG

voluptasvelit

Version:
6 lines (3 loc) 310 B
import { ICustomNode } from '../../../interfaces/custom-nodes/ICustomNode'; import { DeadCodeInjectionCustomNode } from '../../../enums/custom-nodes/DeadCodeInjectionCustomNode'; export type TDeadNodeInjectionCustomNodeFactory = (deadCodeInjectionCustomNodeName: DeadCodeInjectionCustomNode) => ICustomNode;