| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseHi, I’m @dankreiger
Lightweight TypeScript utilities for composing sync and async function pipelines with full type inference.
TypeScript
TypeScript Either monad with helper utilities for safe error handling and functional composition.
TypeScript
Create nx monorepo with openapi generated helper packages
TypeScript
// Represents an observer that listens to data emitted by the observable.
type Observer<T> = {
next: (value: T) => void; // Handler for each emitted value
error: (error: unknown) => void; // Handler for any error that occurs
complete: () => void; // Handler for the completion of the observable sequence
| Back | FazBrowse Home | New Git URL |