UNPKG

@benev/nubs

Version:
7 lines (5 loc) 111 B
export function when<X>(x: X, actuate: (x: NonNullable<X>) => any) { return x ? actuate(x) : undefined }