gobl-utils-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

About

Gobl typescript utilities for web app.

Notes

To prevent conflict between:

  • entity class property name and column magic getter and setter
  • entity class method and column method (getter and setter)

We only use:

  • a prefix with a single _ for property
  • camelCase method name avoiding prefixing with get or set

So don't use: getSomething, setSomething or our_property

Use instead: _getSomething, _setSomething, doSomething or _our_property

Readme

Keywords

Package Sidebar

Install

npm i gobl-utils-ts

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

42.9 kB

Total Files

15

Last publish

Collaborators

  • silassare