UNPKG

@ivanwei/tui-date-picker

Version:
11 lines (8 loc) 191 B
/** * @fileoverview Handlebars helper - subtract * @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> */ 'use strict'; module.exports = function(a, b) { return a - b; };