@types/redux-localstorage-debounce
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/redux-localstorage-debounce

Weekly Downloads

279

Version

0.1.8

License

MIT

Unpacked Size

3.47 kB

Total Files

5

Last publish

Collaborators

  • types