@alvincrespo/hashnode-content-converter - v0.2.2
GitHub
npm
Preparing search index...
index
DownloadResult
Interface DownloadResult
Result of an image download attempt
interface
DownloadResult
{
error
?:
string
;
is403
?:
boolean
;
success
:
boolean
;
}
Index
Properties
error?
is403?
success
Properties
Optional
error
error
?:
string
Optional
is403
is403
?:
boolean
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
is403
success
GitHub
npm
@alvincrespo/hashnode-content-converter - v0.2.2
Loading...
Result of an image download attempt