Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1263114
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, Jan 24, 16:50 (10 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599534
Default Alt Text
globals.d.ts (1 KB)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment