UNPKG
upscayl-node
Version:
latest (3.1.1)
3.1.1
3.1.0
2.0.0
1.4.6
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.1.1
1.1.0
1.0.0
Upscale node package based on upscayl
github.com/NahueTomas/upscayl-node
NahueTomas/upscayl-node
upscayl-node
/
dist
/
upscaler
/
errors
/
upscaler-image-path-error.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
UpscalerError
}
from
'./upscaler-error'
;
export
declare
class
UpscalerImagePathError
extends
UpscalerError
{
private
path;
constructor
(
path
:
string
); }