Pinned Loading
-
pretty-count
pretty-count PublicJavascript library to format numbers in a pretty human readable format
TypeScript
-
🔗 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.
2import tlds from "tlds";
34const PROTOCOL_REGEX = /^[a-zA-Z]+:\/\//;
5const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
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.