Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 318 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 318 Bytes

The following reusable constructs are currently included:

  1. GuardedMap - Type that can be applied to a standar Map that adds type guard narrowing to Map.has(key:K)
  2. ErrorNormalizingWrapper - Error wrapper that normalizes javascript error objects so that they can be handled consistently regardless of their type