Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7104438
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
Thu, Jul 3, 03:01 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
718575
Default Alt Text
globals.d.ts (1 KB)
Attached To
Mode
rPHOTOAPP photo-app-demo
Attached
Detach File
Event Timeline
Log In to Comment