UNPKG
plain-tag
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
A noop/plain JS template literal tag
github.com/WebReflection/plain-tag
WebReflection/plain-tag
plain-tag
/
cjs
/
index.js
7 lines
(6 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
=
function
(
t
) {
for
(
var
s = t[
0
], i =
1
, l =
arguments
.
length
; i < l; i++) s +=
arguments
[i] + t[i];
return
s; };