Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 247 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 247 Bytes

ts_cache_demo

This is a small Visual Studio Code sample project to test a memoize-cache implementation written in TypeScript.

Just clone, npm install, typings install and you are good to go.

After build, simply open index.html and press F12.