Browse Source

remove any

Devel 3 năm trước cách đây
mục cha
commit
44949b4363
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 
 
   /**