0.5.1 • Published 1 year ago

@just-func/types v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.5.1

1 year ago

0.3.0

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago