lazy-get

0.1.1 • Public • Published

lazy-get

@lazy getter decorator

Example

class MyModule {
  @lazy get field() {
    return {}
  }
}

const mod = new MyModule()
assert(mod.field === mod.field)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i lazy-get

Weekly Downloads

13

Version

0.1.1

License

MIT

Unpacked Size

6.37 kB

Total Files

14

Last publish

Collaborators

  • pawsong