UNPKG

@auttam/easycli

Version:

A quick and easy way of creating cli for your npm package.

3 lines (2 loc) 224 B
import { ICommandDefinition } from './types'; export declare function commandDecoratorFactory(commandDefinition?: ICommandDefinition): (target: any, propertyName: string, descriptor: TypedPropertyDescriptor<any>) => void;