0.5.1 • Published 3 years ago

@just-func/types v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@just-func/types

NPM version NPM downloads Codecov Codacy Grade

Type System of just-func.

Type guards

  • isJustEmpty()
  • isJustUno()
  • isJustDuo()
  • isJustValue()

Metadata

Metadata is a first-class concept in just-func. A compliant just-func function can accept a JustMeta value as its second parameter.

The parameter is read only and can never be modified by the calling function.

  • JustMeta: The basic form of metadata.
  • StackTraceMeta: Metadata for function that can adjust its stack trace when error occurs.
0.5.0

3 years ago

0.5.1

3 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago