@3-/cache

0.1.1 • Public • Published

@3-/cache

test/main.coffee :

#!/usr/bin/env coffee

> @3-/cache

test = cache (a)=>
  console.log 'run test',a
  a+2


console.log test 123
console.log test 123

output :

run test 123
125
125

Readme

Keywords

none

Package Sidebar

Install

npm i @3-/cache

Weekly Downloads

3

Version

0.1.1

License

Apache-2.0

Unpacked Size

1.32 kB

Total Files

3

Last publish

Collaborators

  • i18n-now