@lcdev/ts
v0.2.9
Published
TypeScript common helpers and core library
Downloads
15,338
Keywords
Readme
@lcdev/ts
TypeScript common helpers and core library
yarn add @lcdev/[email protected]
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>