UNPKG

256 BTypeScriptView Raw
1import { BiTypedMethodDecorator } from './factory';
2/**
3 * Returns the first argument from the function regardless of
4 * the decorated functions return value.
5 */
6export declare const Tap: BiTypedMethodDecorator;
7export { Tap as tap };
8export default Tap;