UNPKG

spidereye

Version:

Client library for .Net SpiderEye apps

4 lines (3 loc) 165 B
export declare type EmptyCallback = () => void; export declare type ValueCallback<T> = (value: T) => void; export declare type ErrorCallback = (error: any) => void;