UNPKG

black-horse-cli

Version:

4 lines (3 loc) 64 B
declare interface Fn<T = any, R = T> { (...arg: T[]): R; }