2 Commits dfa5fa9999 ... 2b0e88bfd0

Autor SHA1 Mensaje Fecha
  Devel 2b0e88bfd0 add any to write hace 3 años
  Devel 2045864f55 update hace 3 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/index.d.ts

+ 1 - 1
types/index.d.ts

@@ -248,7 +248,7 @@ interface RNSerialportStatic {
    * @param {ArrayBuffer} data
    * @memberof RNSerialportStatic
    */
-   writeBytes(data: ArrayBuffer ): void;
+   writeBytes( data: any ): void;
 
 
   /**