node-ejs-renderer/node_modules/@jsonjoy.com/util/lib/buffers/Uint8ArrayCut.d.ts

7 lines
191 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
export declare class Uint8ArrayCut {
readonly uint8: Uint8Array;
readonly start: number;
readonly size: number;
constructor(uint8: Uint8Array, start: number, size: number);
}