Skip to content

Commit

Permalink
Export shallowEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed May 12, 2018
1 parent 209e2a1 commit 8d90067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Timo Dörr and contributors
Copyright (c) 2017-present, Timo Dörr and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
@@ -1,9 +1,11 @@
import { Action } from "./action";
import { Store } from "./store";
import { Reducer, NamedObservable } from "./types";
import { shallowEqual } from "./shallowEqual"
export {
Action,
Store,
Reducer,
NamedObservable
NamedObservable,
shallowEqual,
}

0 comments on commit 8d90067

Please sign in to comment.