Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010587
base64.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
180 B
Referenced Files
None
Subscribers
None
base64.ts
View Options
export
function
to_base64
(
s
:
string
)
{
return
Buffer
.
from
(
s
).
toString
(
"base64"
);
}
export
function
from_base64
(
s
:
string
)
{
return
Buffer
.
from
(
s
,
"base64"
).
toString
(
"utf-8"
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 7, 19:44 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625285
Default Alt Text
base64.ts (180 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment