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

0.1.6 • Public • Published

Installation

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

Summary

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

Details

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

index.d.ts

import { StorageAdapter } from "redux-localstorage";

export function getSubset(obj: any, paths: string[]): any;
export default function filter(paths?: string | string[]): <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-filter

Weekly Downloads

709

Version

0.1.6

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types