type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
type ResultStream = IStreamBuilder<[unknown, [any, string | undefined]]>;
定义于: packages/db/src/types.ts:550
Result stream 类型,表示已编译查询的输出。始终返回 [key, [result, orderByIndex]],其中 orderByIndex 对于无序查询为 undefined。
您的每周 JavaScript 资讯。每周一免费发送给超过 10 万开发者。