UNPKG

nestjs-google-auth-guard

Version:
3 lines (2 loc) 112 B
export type OptRequired<C, T> = C extends true ? T : T | undefined; export type OptPromise<T> = T | Promise<T>;