isNotNullOrUndefined.d.ts 72 B

1
  1. export declare const isNotNullOrUndefined: <T>(input: T) => input is T;