Devel há 3 anos atrás
pai
commit
6965e33358
1 ficheiros alterados com 1 adições e 1 exclusões
  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;