UNPKG

@benev/nubs

Version:
6 lines 124 B
export function when(x, actuate) { return x ? actuate(x) : undefined; } //# sourceMappingURL=when.js.map