1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-25 18:34:15 +00:00

8 lines
134 B
TypeScript

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