Pinned Loading
-
react-social-login-buttons
react-social-login-buttons PublicSocial login buttons for React
-
create-typeguard
create-typeguard PublicSimple package for creating safe type guards for TypeScript
-
typeguards.recapitulation.ts
typeguards.recapitulation.ts 1// Parser is a function which takes unknown and returns T or null2type Parser<T> = (val: unknown) => T | null;
34// createTypeGuard is a function which takes a parser and returns a new function5// The returned function is a safe type guard for T
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.