"use strict"; module.exports = function isNegativeStringNumber(value) { return (value[0] === "-"); };