Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4502866
html.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
266 B
Referenced Files
None
Subscribers
None
html.cjs
View Options
Ant.exports.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
text/plain
Expires
Sun, May 3, 9:16 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
532608
Default Alt Text
html.cjs (266 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment