A small collection of TypeScript functions, containers, modules, etc. used in my personal projects.
Repository | Package | Homepage
npm i @tspro/ts-utils-lib
Made major update because
Deprecations and replacements
Vec2 -> VecMap1 -> UniMapMap2 -> BiMapMap3 -> TriMapSet1 -> ValueSetDeepSet -> ValueSet.createDeep()DivRect -> AnchoredRectUtils.Is.isX... -> Guard.isX...Additions
RectGuard.is* - intriduced more guards.Assert.is* - introduced more assertions.Utils.Str.stringify(val) - generic format-anything.There are some other changes (e.g. Guard.isOddNumber() -> Guard.isOdd()
and so on), but most the stuff is compatible with 1.x.