UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

7 lines 197 B
export function pushComment(newComment, comment = "") { if (comment.length) { return `${newComment}, ${comment}`; } return newComment; } //# sourceMappingURL=push-comment.js.map