Devel 3 年之前
父节点
当前提交
2045864f55
共有 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 ): void;
 
 
   /**