/** * Callback Definition */ export declare type Cb = (_: T) => void; //# sourceMappingURL=Cb.d.ts.map