UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

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