hkt-toolbelt
Advanced tools
Changelog
[0.13.0]
Number
, NaturalNumber
, Digit
, and DigitList
modules.Type.IsNever
method.Union.Length
method.Changelog
[0.12.0]
Conditional.SubtypeOf
in favor of
Conditional.Extends
.Kind
namespace-class merging in favor of Kind.Kind
.import { StartsWith } from "hkt-toolbelt/string/starts-with"
Changelog
[0.11.0]
String.ToUpper
and String.ToLower
methods.Object.MapKeys
and Object.MapValues
methods.Changelog
[0.10.0]
Conditional.If
hk-type for type-level control flow.String.IsString
hk-level predicate.Type
, Union
, and Object
core components.Changelog
[0.9.0]
Conditional.Extends
hk-type.Combinator.ApplySelf
hk-type.Changelog
[0.8.1]
Conditional.Extends
utility type.Conditional.SubtypeOf
in favor of Conditional.Extends
.Changelog
[0.7.0]
String.IsTemplate
using tail-call
optimization.String.First
and String.Last
kinds.