Devel %!s(int64=3) %!d(string=hai) anos
pai
achega
2045864f55
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 ): void;
 
 
   /**