Hi, I’m @dankreiger
Pinned Loading
-
async-toolbelt
async-toolbelt PublicLightweight TypeScript utilities for composing sync and async function pipelines with full type inference.
TypeScript
-
tiny-either
tiny-either PublicTypeScript Either monad with helper utilities for safe error handling and functional composition.
TypeScript
-
-
-
nx-openapi-codegen
nx-openapi-codegen PublicCreate nx monorepo with openapi generated helper packages
TypeScript
-
observables
observables 1// Represents an observer that listens to data emitted by the observable.2type Observer<T> = {
3next: (value: T) => void; // Handler for each emitted value
4error: (error: unknown) => void; // Handler for any error that occurs
5complete: () => void; // Handler for the completion of the observable sequence
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




