UNPKG
@ivanwei/tui-date-picker
Version:
latest (0.0.1)
0.0.1
TOAST UI Components: DatePicker
github.com/ivanwei/tui.date-picker
ivanwei/tui.date-picker
@ivanwei/tui-date-picker
/
src
/
template
/
helpers
/
subtract.js
11 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@fileoverview
Handlebars helper - subtract *
@author
NHN Ent. FE Development Lab <dl_javascript
@nhnent
.com> */
'use strict'
;
module
.
exports
=
function
(
a, b
) {
return
a - b; };