Skip to content

Commit

Permalink
feat(inflate): add inflate function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Dec 1, 2018
1 parent c39a851 commit af79c62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import flip from './flip';
import get from './get';
import has from './has';
import includes from './includes';
import inflate from './inflate';
import is from './is';
import keys from './keys';
import merge from './merge';
Expand All @@ -33,6 +34,7 @@ export {
get,
has,
includes,
inflate,
is,
keys,
merge,
Expand All @@ -57,7 +59,7 @@ export {
/ get
/ has
/ includes
inflate
/ inflate
/ is
keyOf
/ keys
Expand Down

0 comments on commit af79c62

Please # to comment.