0.0.1 • Published 2 years ago
@xxai/cache v0.0.1
@xxai/cache
#!/usr/bin/env coffee
> @xxai/cache
test = cache (a)=>
console.log 'run test',a
a+2
console.log test 123
console.log test 123output :
run test 123
125
1250.0.1
2 years ago
#!/usr/bin/env coffee
> @xxai/cache
test = cache (a)=>
console.log 'run test',a
a+2
console.log test 123
console.log test 123output :
run test 123
125
1252 years ago