Skip to content

Commit 66d554c

Browse files
committed
chore: update
1 parent c21b3a6 commit 66d554c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qr-js/js-qr-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { QRRSBlock } from './qr-rs-block'
44
import { QrBitBuffer } from './qr-bit-buffer'
55
import { QRPolynomial } from './qr-polynomial'
66

7-
function JsQrCode(typeNumber: any, errorCorrectLevel: any) {
7+
function JsQrCode(typeNumber: number, errorCorrectLevel: number) {
88
this.typeNumber = typeNumber
99
this.errorCorrectLevel = errorCorrectLevel
1010
this.modules = null

0 commit comments

Comments
 (0)