Devel 3 năm trước cách đây
mục cha
commit
6965e33358
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

@@ -245,7 +245,7 @@ interface RNSerialportStatic {
   /**
    * Writes bytes to port
    *
-   * @param {ArrayBuffer} data
+   * @param {Array} buffer
    * @memberof RNSerialportStatic
    */
    writeBytes( buffer: any ): void;