Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
feat(memo): export memoization api
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 3, 2017
1 parent 32d75e4 commit 954b1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module.exports = {
ls: require('./ls'),
get: require('./get'),
memo: require('./lib/memoization'),
put: require('./put'),
rm: require('./rm'),
verify: require('./verify'),
Expand Down

0 comments on commit 954b1b3

Please sign in to comment.