UNPKG

@bleed-believer/path-alias

Version:
3 lines (2 loc) 137 B
import type { CommandConstructor } from './command.constructor.js'; export type CommandDecorator = (target: CommandConstructor) => void;