Skip to content

Instantly share code, notes, and snippets.

@vlio20
Created September 9, 2019 15:12
Show Gist options
  • Save vlio20/07daff8223fb032169c07a10e77c1113 to your computer and use it in GitHub Desktop.
Save vlio20/07daff8223fb032169c07a10e77c1113 to your computer and use it in GitHub Desktop.
memoize
class Fibonacci {
@memoize(10000)
fibo(n: number): number {
//some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment