mc-publish/tests/unit/utils
Kir_Antipov fc0a818902 Made ArrayMap and MultiMap
`ArrayMap` is a map implementation which can use custom equality comparers

`MultiMap` is mostly an alias for `Map<K, V[]>`, but with some extra methods
2023-05-16 20:09:20 +03:00
..
collections Made ArrayMap and MultiMap 2023-05-16 20:09:20 +03:00
comparison Implemented default equality comparers for strings 2023-05-16 19:26:36 +03:00
diagnostics Stopwatch refactoring 2023-05-16 19:42:49 +03:00
functions Now it's possible to create middlewares 2023-05-16 19:04:41 +03:00
java Made a class that represents a Java version 2023-05-16 18:54:19 +03:00
logging LoggingStopwatch refactoring 2023-05-16 19:45:06 +03:00
environment.spec.ts Made helper methods to work with environment 2023-05-16 19:31:41 +03:00
string-utils.spec.ts Made some helper methods to work with strings 2023-05-16 19:24:54 +03:00