Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969976
globals.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1001 B
Referenced Files
None
Subscribers
None
globals.d.ts
View Options
declare
module
"*.svg"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
}
declare
module
"*.png"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
}
declare
module
"*.jpg"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
}
declare
module
"*.jpeg"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
}
declare
module
"*.webp"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 03:26 (17 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548144
Default Alt Text
globals.d.ts (1001 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment