- Philippines
-
22:17
(UTC +08:00) - erwinv.dev
Pinned Loading
-
-
-
-
TypeScript Variadic Tuples for typin...
TypeScript Variadic Tuples for typing `promisify` 1type Tuple<T=any> = readonly T[]
2type Nullable<T> = T extends null | undefined ? T : T | null | undefined
3type ErrorFirstCallback<E extends Error, R> = (err: Nullable<E>, result: R) => void
4type Resolve<R> = (value: R | PromiseLike<R>) => void
5type Reject<E extends Error> = (reason: Nullable<E>) => void
-
propine-cli
propine-cli PublicCLI app for Propine Engineering Interview: https://gist.github.com/liangzan/4436cb8b083c66b3517e7f4d80939f06
TypeScript
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.