13 packages
@plandek-utils/cache-utils
Redis cache utilities with pattern-based cleaning capabilities
@plandek-utils/graphql-utils
Small set of utils for GraphQL
@plandek-utils/hash-utils
TypeScript utils for generating hashes and sorting JSON.
@plandek-utils/logging
TypeScript utils for Logging. Includes prettifying of JSON, logging utils, and colour utils.
@plandek-utils/material-colors
Colors to use in Plandek projects, based on Material-UI
@plandek-utils/plain-object
TypeScript types and predicate `isPlainObject` and `isPlainObjectValue`, which are serializable POJOs.
@plandek-utils/safe-compact
Lodash compact without removing 0, without `lodash`
@plandek-utils/safe-parsing
Safe parsing utilities for strings and floats
@plandek-utils/time-utils
Small utils for managing Time in tests, using timekeeper for time manipulation.
@plandek-utils/ts-clean-key
Removes bad chars for a string key (all except number, lowcase ascii7 letters, dash `-` and underscore `_`). It also removes multiple dashes in a row and replaces them for a single dash
@plandek-utils/ts-collections-utils
Small set of utils for collections (arrays and records)
@plandek-utils/ts-parse-dayjs
utils to parse Dayjs objects in UTC
@plandek-utils/ts-string-utils
Small collection of string utilities