@nestia/fetcher 3.14.0-dev.20240918 → 3.14.1-dev.20240925

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.
@@ -23,7 +23,6 @@
23
23
  * `number` | `number`
24
24
  * `string` | `string`
25
25
  * `File` | `File \| IFileProps`
26
- * `Object` | `never`
27
26
  *
28
27
  * @template T Target object type.
29
28
  * @author Jeongho Nam - https://github.com/samchon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/fetcher",
3
- "version": "3.14.0-dev.20240918",
3
+ "version": "3.14.1-dev.20240925",
4
4
  "description": "Fetcher library of Nestia SDK",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -23,7 +23,6 @@
23
23
  * `number` | `number`
24
24
  * `string` | `string`
25
25
  * `File` | `File \| IFileProps`
26
- * `Object` | `never`
27
26
  *
28
27
  * @template T Target object type.
29
28
  * @author Jeongho Nam - https://github.com/samchon