Function unpackArchive
- unpackArchive(
archiveData: RandomAccessReadStreamSource | RandomAccessReadStream,
options?: { checkCrc?: boolean },
): Promise<(UnpackArchiveDirectory | UnpackArchiveFile)[]>Parameters
- archiveData: RandomAccessReadStreamSource | RandomAccessReadStream
- options: { checkCrc?: boolean } = {}
Returns Promise<(UnpackArchiveDirectory | UnpackArchiveFile)[]>