"use strict"; const matchValue = require("match-value"); module.exports = function mapFlag(flagString, index, mapper) { return matchValue(flagString[index], mapper); };