Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660555
globals.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
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
;
export
const
path
:
string
;
}
declare
module
"*.png"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
export
const
path
:
string
;
}
declare
module
"*.jpg"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
export
const
path
:
string
;
}
declare
module
"*.jpeg"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
export
const
path
:
string
;
}
declare
module
"*.webp"
{
export
const
getContent
:
()
=>
Promise
<
string
>
;
export
const
getBuffer
:
()
=>
Promise
<
Buffer
>
;
export
const
getBase64
:
()
=>
Promise
<
string
>
;
export
const
url
:
string
;
export
const
path
:
string
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 15:40 (7 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1033642
Default Alt Text
globals.d.ts (1 KB)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment