1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-27 03:14:16 +00:00

8 lines
134 B
TypeScript

export default function readChunk(
filePath: string,
options: {
length: number
startPosition: number
},
): Promise<Uint8Array>