瀏覽代碼

remove any

Devel 3 年之前
父節點
當前提交
44949b4363
共有 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: any ): void;
+   writeBytes( data ): void;
 
 
   /**