UNPKG

iter-tools

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