6.0.0 • Published 1 year ago

@dolphin278/vjuga v6.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.
5.0.0

1 year ago

6.0.0

1 year ago

3.3.0

3 years ago

3.2.0

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago