UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 153 B
import { ITapFunction } from '../tap/tap-function.type'; export declare function createLogFunctionFromName<GValue>(name?: string): ITapFunction<GValue>;