UNPKG

anux-common

Version:

[![Build Status](https://travis-ci.com/Anupheaus/anux-common.svg?branch=master)](https://travis-ci.com/Anupheaus/anux-common) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/dd0e0bd3a96247a5a78c02a812f949f8)](https://www.codacy.com/app/Anuphea

8 lines (7 loc) 223 B
interface Props { timeout: number; ignoreArguments?: boolean; } export declare function throttle(timeout: number): MethodDecorator; export declare function throttle(props: Props): MethodDecorator; export {};