UNPKG

tsoid

Version:

Typed functional library to deal with async operations.

3 lines (2 loc) 119 B
import { FunctionVar } from '../types'; export default function withLog<A>(fn: FunctionVar<A>): (...args: any[]) => A;