Ver Fonte

remove any

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