Skip to content
View bilalafzal01's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Islamabad

Block or report bilalafzal01

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
bilalafzal01/README.md

Hi there ๐Ÿ‘‹

Pinned Loading

  1. resilient-ws resilient-ws Public

    Resilient Websocket client for js applications. Provides reconnection + automatic retries.

    TypeScript 1

  2. shadcn-ui/ui shadcn-ui/ui Public

    Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

    TypeScript 72.8k 4.4k

  3. Reusable Typescript validate function Reusable Typescript validate function
    1
    // Validation
    2
    interface Validatable {
    3
      value: string | number;
    4
      required?: boolean;
    5
      minLength?: number;
  4. Auto bind decorator for TS functions Auto bind decorator for TS functions
    1
    // autobind decorator
    2
    const autobind = (_: any, _2: string, descriptor: PropertyDescriptor) => {
    3
      const originalMethod = descriptor.value;
    4
      const adjDescriptor: PropertyDescriptor = {
    5
        configurable: true,
  5. finvest finvest Public

    JavaScript 1