UNPKG
@jimp/file-ops
Version:
canary (1.1.5--canary.d9590e7.0)
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.5
1.1.5--canary.d9590e7.0
1.1.4
1.1.4--canary.3197852.0
1.1.3
1.1.3--canary.34e8f3b.0
1.1.2
1.1.1
1.1.1--canary.8356674.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.2--canary.4e85de0.0
@jimp/file-ops
/
dist
/
esm
/
index.d.ts
5 lines
•
209 B
TypeScript
View Raw
1
2
3
4
5
import
{ promises
as
fs }
from
"fs"
;
export
{ existsSync }
from
"fs"
;
export
declare
const
readFile
:
typeof
fs.
readFile
;
export
declare
const
writeFile
:
typeof
fs.
writeFile
;
//# sourceMappingURL=index.d.ts.map