fix: declare fs.stat()
This commit is contained in:
parent
cd34943180
commit
8cb1b7f724
|
@ -9,7 +9,7 @@
|
|||
|
||||
import { Extract } from 'unzipper'
|
||||
import { dirname, join } from 'node:path'
|
||||
import { mkdir, readdir, rm } from 'node:fs/promises'
|
||||
import { mkdir, readdir, rm, stat } from 'node:fs/promises'
|
||||
import { pipeline } from 'node:stream/promises'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { Readable } from 'node:stream'
|
||||
|
|
Loading…
Reference in New Issue