0.0.37 • Published 1 year ago

@types/angular.throttle v0.0.37

Weekly downloads
14
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install --save @types/angular.throttle

Summary

This package contains type definitions for angular.throttle (https://github.com/BaggersIO/angular.throttle).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular.throttle.

index.d.ts

// Type definitions for angular.throttle
// Project: https://github.com/BaggersIO/angular.throttle
// Definitions by: Stefan Steinhart <https://github.com/reppners>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="angular" />

import * as angular from 'angular';

declare module 'angular' {
    interface IAngularStatic {
        throttle:( fn:Function, throttle:number, options?:{leading?:boolean | undefined; trailing?:boolean | undefined;} ) => Function;
    }
}

Additional Details

  • Last updated: Wed, 07 Jul 2021 21:44:24 GMT
  • Dependencies: @types/angular
  • Global values: none

Credits

These definitions were written by Stefan Steinhart.

0.0.37

1 year ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.33

4 years ago

0.0.32

5 years ago

0.0.31

8 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28-alpha

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.16-alpha

9 years ago

0.0.15-alpha

9 years ago