UNPKG

air-lib

Version:

This is Air's angular component library

4 lines (3 loc) 71 B
export interface ICommand<T> { execute: ((value: T) => void); }