nhb-toolbox 2.6.1 → 2.6.2
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/form/transform.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { GenericObject } from '../object/types';
|
|
2
2
|
import type { FormDataConfigs } from './types';
|
|
3
3
|
/**
|
|
4
|
-
* Utility to convert object into FormData in a controlled way.
|
|
4
|
+
* * Utility to convert object into FormData in a controlled way.
|
|
5
5
|
*
|
|
6
6
|
* @param data - The source object to control and convert to FormData.
|
|
7
7
|
* @param configs - Configuration options to control the formData.
|
package/dist/form/transform.js
CHANGED
|
@@ -4,7 +4,7 @@ exports.createControlledFormData = void 0;
|
|
|
4
4
|
const basics_1 = require("../array/basics");
|
|
5
5
|
const basics_2 = require("../object/basics");
|
|
6
6
|
/**
|
|
7
|
-
* Utility to convert object into FormData in a controlled way.
|
|
7
|
+
* * Utility to convert object into FormData in a controlled way.
|
|
8
8
|
*
|
|
9
9
|
* @param data - The source object to control and convert to FormData.
|
|
10
10
|
* @param configs - Configuration options to control the formData.
|
package/package.json
CHANGED