UNPKG

252 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = message;
7
8
9function message(input = []) {
10 return input.filter(Boolean).join(' ');
11}
12module.exports = exports['default'];
13//# sourceMappingURL=index.js.map
\No newline at end of file