UNPKG

bigassfans

Version:

A library for discovering and controlling BigAssFans

6 lines 328 B
import * as proto from "./proto/fan"; export declare function type(indents: number, content: any): void; export declare function printAPIMessage(msg: proto.ApiMessage): void; export declare function DEBUG_APIMessage(m: proto.ApiMessage): void; export declare function DEBUG(msg: any): void; //# sourceMappingURL=logging.d.ts.map