mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
4 lines
59 B
JavaScript
4 lines
59 B
JavaScript
'use strict'
|
|
|
|
module.exports = (value) => (value || 0) + 1
|