MCPcopy Create free account
hub / github.com/TruthHun/BookStack / toInteger

Function toInteger

static/bootstrap-select-1.13.18/js/bootstrap-select.js:458–460  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

456 }
457
458 function toInteger (value) {
459 return parseInt(value, 10) || 0;
460 }
461
462 // Borrowed from Lodash (_.deburr)
463 /** Used to map Latin Unicode letters to basic Latin letters. */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected