soonjs 0.0.17 → 0.0.18
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.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5166,6 +5166,8 @@ const Yc = /* @__PURE__ */ dl(Du), eN = `declare module 'soonjs/auto/client' {
|
|
|
5166
5166
|
import type { Context, SoonFetchOptions, Meta } from '.soonjs/node_modules/soonjs';
|
|
5167
5167
|
import { z, ZodType } from 'zod';
|
|
5168
5168
|
|
|
5169
|
+
export { type SoonFetchOptions };
|
|
5170
|
+
|
|
5169
5171
|
type NonUndefined<A> = A extends undefined ? never : A;
|
|
5170
5172
|
type ReturnRealType<T extends (...args: any) => any | Promise<(...args: any) => any>, R = ReturnType<T>> = R extends Promise<infer U> ? U : R;
|
|
5171
5173
|
|
|
@@ -5175,6 +5177,7 @@ const Yc = /* @__PURE__ */ dl(Du), eN = `declare module 'soonjs/auto/client' {
|
|
|
5175
5177
|
* ============================================
|
|
5176
5178
|
*/
|
|
5177
5179
|
$$$apis$$$
|
|
5180
|
+
export { type apis as soonApis }
|
|
5178
5181
|
/**
|
|
5179
5182
|
* 调用服务端 api
|
|
5180
5183
|
*/
|