vobi_lib 1.7.14 → 1.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ declare const validateMobilePhoneNumber: (data: any) => boolean;
|
|
|
209
209
|
|
|
210
210
|
declare const valueReplacer: (value: any) => any;
|
|
211
211
|
|
|
212
|
-
declare const normalizeString: (str?: string,
|
|
212
|
+
declare const normalizeString: (str?: string, keepSensitive?: boolean) => string;
|
|
213
213
|
|
|
214
214
|
interface Item {
|
|
215
215
|
id?: number | string;
|