UNPKG

@stackbit/utils

Version:
4 lines (2 loc) 104 B
import { Truthy } from 'lodash'; export const isTruthy = <T>(value: T): value is Truthy<T> => !!value;