serialize-query-params
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -9,3 +9,3 @@ import { QueryParamConfig } from './types'; | ||
*/ | ||
export declare const createEnumParam: <T extends string>(enumValues: T[]) => QueryParamConfig<string | null | undefined, T | null | undefined>; | ||
export declare const createEnumParam: <T extends string>(enumValues: T[]) => QueryParamConfig<T | null | undefined, T | null | undefined>; | ||
/** | ||
@@ -12,0 +12,0 @@ * Numbers (integers or floats) |
@@ -9,3 +9,3 @@ import { QueryParamConfig } from './types'; | ||
*/ | ||
export declare const createEnumParam: <T extends string>(enumValues: T[]) => QueryParamConfig<string | null | undefined, T | null | undefined>; | ||
export declare const createEnumParam: <T extends string>(enumValues: T[]) => QueryParamConfig<T | null | undefined, T | null | undefined>; | ||
/** | ||
@@ -12,0 +12,0 @@ * Numbers (integers or floats) |
{ | ||
"name": "serialize-query-params", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "A library for simplifying encoding and decoding URL query parameters.", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "8b9a5a62e12eba3c9910039c33362090ccba54fe" | ||
"gitHead": "791e6091524fd7a6f8f6a03ddbe1d53df89e8c37" | ||
} |
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
102695