UNPKG

cbon

Version:
4 lines (3 loc) 157 B
export declare type Canceller = () => boolean; export declare type AsyncCanceller = () => Promise<boolean>; export declare function AlwaysFalse(): false;