mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
5 lines
200 B
Go
5 lines
200 B
Go
export declare const voidFunc: () => void;
|
|
export declare const voidAsyncFunc: () => Promise<void>;
|
|
export declare const emptyObjectFunc: () => {};
|
|
export declare const emptyArrayFunc: () => never[];
|