Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2919048
html.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
263 B
Referenced Files
None
Subscribers
None
html.js
View Options
export
function
html
(
strings
,
...
values
)
{
let
result
=
''
;
for
(
let
i
=
0
;
i
<
strings
.
length
;
i
++
)
{
result
=
result
+
strings
[
i
];
if
(
i
<
values
.
length
)
{
let
escaped
=
values
[
i
];
result
=
result
+
escaped
;
}
}
return
result
;
}
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Mar 27, 2:32 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512415
Default Alt Text
html.js (263 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment