UNPKG

iter-tools

Version:
2 lines 87 B
declare function notNil<T>(value: T | null | undefined): value is T; export { notNil };