Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "qss", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"repository": "lukeed/qss", | ||
@@ -5,0 +5,0 @@ "description": "A tiny (305B) browser utility for stringifying a query Object.", |
export const encode: (obj: object, prefix?: string) => string | ||
export const decode: (str: string) => object | ||
export const decode: <MaybeObject extends object = {}>(str: string) => Partial<MaybeObject> |
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
8365