0.0.37 • Published 3 months ago

@types/angular.throttle v0.0.37

Weekly downloads
14
License
MIT
Repository
github
Last release
3 months 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

3 months ago

0.0.34

8 months ago

0.0.35

7 months ago

0.0.36

6 months ago

0.0.33

3 years ago

0.0.32

4 years ago

0.0.31

7 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago