UNPKG

lodash-decorators

Version:

A collection of decorators using lodash at it's core.

9 lines (8 loc) 256 B
import { BiTypedMethodDecorator } from './factory'; /** * Returns the first argument from the function regardless of * the decorated functions return value. */ export declare const Tap: BiTypedMethodDecorator; export { Tap as tap }; export default Tap;