Skip to content

Commit

Permalink
Merge pull request #18 from JProgrammer/patch-1
Browse files Browse the repository at this point in the history
Fix type definitions
  • Loading branch information
kilkelly authored Aug 15, 2018
2 parents 6200ec8 + 52e472d commit 9af661a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ declare module 'redux-localstorage-simple' {
export function save(options?:RLSOptions):Middleware
export function load(options?:LoadOptions):object
export function clear(options?:ClearOptions):void
export function combineLoads(...loads?:object[]):object
}
export function combineLoads(...loads:object[]):object
}

0 comments on commit 9af661a

Please sign in to comment.