UNPKG

telefunc

Version:

Remote functions. Instead of API.

8 lines (7 loc) 169 B
export { install }; declare function install<T extends any[]>(config: { module?: { rules?: T; }; plugins?: any; }, logSuccessPrefix?: string): void;