@vaypr/shared-decorators

Shared decorators and helper fns for other vaypr packages

Usage no npm install needed!

<script type="module">
  import vayprSharedDecorators from 'https://cdn.skypack.dev/@vaypr/shared-decorators';
</script>

README

Vaypr Shared Decorators

This package is in pre-alpha and not ready for public consumption. If you'd like, please take an issue and submit a pull request

Vaypr Shared Decorators is a small library of decorators, and decorator helper functions that is used in other vaypr packages such as vaypr-validator.

Development

  • Run npm install
  • Run npm run dev (this will start the typescript compiler in a watch mode)
  • If using with other packages you can run npm link in this projects directory and npm link @vaypr/shared-decorators in your other package directory.

Documentation

TODO: tsdoc

Decorators

TODO: List decorators