5
0

2 Коммитууд dfa5fa9999 ... 2b0e88bfd0

Эзэн SHA1 Мессеж Огноо
  Devel 2b0e88bfd0 add any to write 3 жил өмнө
  Devel 2045864f55 update 3 жил өмнө
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
 
 
   /**