UNPKG

quxt

Version:

Lodash but OVERPOWERED!

5 lines (4 loc) 82 B
function triangular(n) { return (n + 1) * (n / 2) } module.exports = triangular