mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
export default function readChunk(
|
|
filePath: string,
|
|
options: {
|
|
length: number
|
|
startPosition: number
|
|
},
|
|
): Promise<Uint8Array>
|