0.2.9 • Published 5 years ago
@lcdev/ts v0.2.9
@lcdev/ts
TypeScript common helpers and core library
yarn add @lcdev/ts@0.2This 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:
JsonMerge<A, B>NonOptional<Obj, Keys>AllNonOptionl<Obj>DeepPartial<T>Option<T>Result<T, Err>NullableReturnType<Func>Class<T>