1.0.1 • Published 6 years ago

@topl/simon v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

simon

installation

npm install @topl/simon

api

simon is a collection of simple decorators.

memoized

currently the only decorator in this collection. It memoizes the result of a getter.

class Subject {
  @memoized
  get expensiveResult(): string {
    return 88 ** 8;
  }
}

license

See LICENSE

1.0.1

6 years ago

1.0.0

6 years ago