UNPKG

string-interpolation

Version:
5 lines (4 loc) 83 B
"use strict"; module.exports = function (value) { return value.toUpperCase(); };