Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 242 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 242 Bytes

memoizer.js

A javascript util function to memoize any functions

This is a util function that I use in some projects and I thought I would share it open source. It's very easy to use and lightweight.

See test.html for an example of usage.