UNPKG

air-lib

Version:

This is Air's angular component library

5 lines (4 loc) 147 B
import { ICommand } from '../interfaces/icommand'; export declare class Command<T> implements ICommand<T> { execute: (value: T) => void; }