Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352597
interpolate.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
197 B
Referenced Files
None
Subscribers
None
interpolate.ts
View Options
export
function
interpolate
(
strings
:
TemplateStringsArray
,
values
:
string
[])
{
return
strings
.
reduce
((
result
,
str
,
i
)
=>
{
return
result
+
str
+
(
i
<
values
.
length
?
values
[
i
]
:
""
);
},
""
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 2, 17:27 (14 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016000
Default Alt Text
interpolate.ts (197 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment