Skip to content
View JayashTripathy's full-sized avatar
Sippin Coffee.
Sippin Coffee.

Organizations

@makeplane

Block or report JayashTripathy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. pretty-count pretty-count Public

    Javascript library to format numbers in a pretty human readable format

    TypeScript

  2. 🔗 Linkify (google.com -> https://goo... 🔗 Linkify (google.com -> https://google.com) your urls to web, mailto or any custom protocol schemes
    1
    // this is just a long list of valid tlds[com, org, ...] by IANA, you can use your custom list also.
    2
    import tlds from "tlds";
    3
    
                  
    4
    const PROTOCOL_REGEX = /^[a-zA-Z]+:\/\//;
    5
    const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;