Files
jreleaser.github.io/ui-bundle/helpers/increment.js
2021-03-26 20:37:31 +01:00

4 lines
59 B
JavaScript

'use strict'
module.exports = (value) => (value || 0) + 1