0.1.8 • Published 6 months ago

@types/redux-localstorage-debounce v0.1.8

Weekly downloads
166
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/redux-localstorage-debounce

Summary

This package contains type definitions for redux-localstorage-debounce (https://github.com/elgerlambert/redux-localstorage-debounce).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-localstorage-debounce.

index.d.ts

// Type definitions for redux-localstorage-debounce 0.1
// Project: https://github.com/elgerlambert/redux-localstorage-debounce
// Definitions by: Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { StorageAdapter } from "redux-localstorage";

export interface DebounceOptions {
    maxWait?: number | undefined;
    [key: string]: any;
}
export default function debounce(wait: number, options?: number | DebounceOptions): <A>(adapter: StorageAdapter<A>) => StorageAdapter<A>;

Additional Details

Credits

These definitions were written by Karol Janyst.

0.1.8

6 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

3 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago