0.2.9 • Published 4 years ago

@lcdev/ts v0.2.9

Weekly downloads
374
License
MPL-2.0
Repository
-
Last release
4 years ago

@lcdev/ts

Licensed under MPL 2.0 npm BundlePhobia

TypeScript common helpers and core library

yarn add @lcdev/ts@0.2

This library has some disjointed exported types that all have been found useful in multiple projects. Very similar to other typescript utility libraries out there, but it's nice to have control over our own.

Most common types that we use:

  • Json
  • Merge<A, B>
  • NonOptional<Obj, Keys>
  • AllNonOptionl<Obj>
  • DeepPartial<T>
  • Option<T>
  • Result<T, Err>
  • Nullable
  • ReturnType<Func>
  • Class<T>