Devel 3 lat temu
rodzic
commit
44949b4363
1 zmienionych plików z 1 dodań i 1 usunięć
  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: any ): void;
+   writeBytes( data ): void;
 
 
   /**