UNPKG

jsev

Version:

Environment for building Web API's.

2 lines (1 loc) 105 B
export declare function notNullFilter<TValue>(value: TValue | void | null | undefined): value is TValue;