@types/qr-image
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -41,2 +41,7 @@ // Type definitions for qr-image 3.2 | ||
export interface SvgObject { | ||
size: number; | ||
path: string; | ||
} | ||
export interface Options { | ||
@@ -65,5 +70,5 @@ // error correction level. One of L, M, Q, H. Default M. | ||
export function svgObject(text: string, level?: ec_level): any; | ||
export function svgObject(text: string, options?: Options): any; | ||
export function svgObject(text: string, level?: ec_level): SvgObject; | ||
export function svgObject(text: string, options?: Options): SvgObject; | ||
export function matrix(text: string, level?: ec_level): any[][]; |
{ | ||
"name": "@types/qr-image", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "TypeScript definitions for qr-image", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qr-image", | ||
}, | ||
"typesPublisherContentHash": "0deb5f0924647d5b86d09d11c240f09a88f2c4f518ae6430baa1cff0c5a212e0", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "ed28bc4a62b4f21d1232ac88ab1a98647ab09fe89745e6f6927dd5017042fc33", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -51,2 +51,7 @@ # Installation | ||
export interface SvgObject { | ||
size: number; | ||
path: string; | ||
} | ||
export interface Options { | ||
@@ -75,4 +80,4 @@ // error correction level. One of L, M, Q, H. Default M. | ||
export function svgObject(text: string, level?: ec_level): any; | ||
export function svgObject(text: string, options?: Options): any; | ||
export function svgObject(text: string, level?: ec_level): SvgObject; | ||
export function svgObject(text: string, options?: Options): SvgObject; | ||
@@ -84,3 +89,3 @@ export function matrix(text: string, level?: ec_level): any[][]; | ||
### Additional Details | ||
* Last updated: Tue, 30 Nov 2021 02:01:05 GMT | ||
* Last updated: Thu, 27 Jul 2023 08:02:54 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -87,0 +92,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7364
62
93