mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 05:23:22 +00:00
vs-code server
This commit is contained in:
8
node_modules/esptool-js/lib/util.d.ts
generated
vendored
Normal file
8
node_modules/esptool-js/lib/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Pad to the next alignment boundary
|
||||
* @param {Uint8Array} data Uint8Array data to pad
|
||||
* @param {number} alignment Alignment boundary to fulfill
|
||||
* @param {number} padCharacter Character to fill with
|
||||
* @returns {Uint8Array} Padded UInt8Array image
|
||||
*/
|
||||
export declare function padTo(data: Uint8Array, alignment: number, padCharacter?: number): Uint8Array;
|
Reference in New Issue
Block a user