UNPKG

@sir_wernich/taco-wrap

Version:

Takes a string and wraps it in taco emojis

9 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (str) { if (str && str.trim()) { return "\uD83C\uDF2E " + str + " \uD83C\uDF2E"; } return '🌮'; }); //# sourceMappingURL=index.js.map