@dolphin278/vjuga

6.0.0 • Public • Published

vjuga

❄️ My personal toolkit for typescript / javascript projects.

Library exposes only ESM modules. Current version is authored as JavaScript modules with JSDoc annotations and is fully typechecked with TypeScript.

Guidelines

  • No run-time dependencies - library should be as small as possible and not depend on any other libraries.
  • Type-checked JavaScript - library should be written in JavaScript and be fully type-checked. We use JSdoc annotations for type-checking by TypeScript.
  • ESM only - library should be published as ESM modules only.
  • No classes - library should be written in functional / procedural style. Only allowed cases for classes are when they required by external APIs or to subclass Error class.

Readme

Keywords

none

Package Sidebar

Install

npm i @dolphin278/vjuga

Weekly Downloads

1

Version

6.0.0

License

MIT

Unpacked Size

73 kB

Total Files

38

Last publish

Collaborators

  • dolphin278