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;
 
 
   /**