๐
Working from home
Pinned Loading
-
resilient-ws
resilient-ws PublicResilient Websocket client for js applications. Provides reconnection + automatic retries.
TypeScript 1
-
shadcn-ui/ui
shadcn-ui/ui PublicBeautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
-
Reusable Typescript validate function
Reusable Typescript validate function 1// Validation
2interface Validatable {
3value: string | number;
4required?: boolean;
5minLength?: number;
-
Auto bind decorator for TS functions
Auto bind decorator for TS functions 1// autobind decorator
2const autobind = (_: any, _2: string, descriptor: PropertyDescriptor) => {
3const originalMethod = descriptor.value;
4const adjDescriptor: PropertyDescriptor = {
5configurable: true,
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.