Skip to content

released memoize func - #1

Open
bot-rogerthat wants to merge 3 commits into
masterfrom
memoizeFunc
Open

released memoize func#1
bot-rogerthat wants to merge 3 commits into
masterfrom
memoizeFunc

Conversation

@bot-rogerthat

Copy link
Copy Markdown
Owner

No description provided.

Comment thread src/memoize.js Outdated
function memoize(func) {
return func; // TODO
var cache = {};
return chai.spy(function () {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chai - тестовый фремворк. не надо это использовать

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants