Initial commit
This commit is contained in:
7
node_modules/@maplibre/mlt/dist/encoding/encodingUtils.d.ts
generated
vendored
Normal file
7
node_modules/@maplibre/mlt/dist/encoding/encodingUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare function encodeFloatsLE(values: Float32Array): Uint8Array;
|
||||
export declare function encodeDoubleLE(values: Float64Array): Uint8Array;
|
||||
export declare function encodeBooleanRle(values: boolean[]): Uint8Array;
|
||||
export declare function encodeByteRle(values: Uint8Array): Uint8Array;
|
||||
export declare function encodeStrings(strings: string[]): Uint8Array;
|
||||
export declare function createStringLengths(strings: string[]): Uint32Array;
|
||||
export declare function concatenateBuffers(...buffers: Uint8Array[]): Uint8Array;
|
||||
Reference in New Issue
Block a user