2 Achegas dfa5fa9999 ... 2b0e88bfd0

Autor SHA1 Mensaxe Data
  Devel 2b0e88bfd0 add any to write %!s(int64=3) %!d(string=hai) anos
  Devel 2045864f55 update %!s(int64=3) %!d(string=hai) anos
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 
   /**