Добавлена ДБ

This commit is contained in:
Georgiy Syralev
2025-09-15 18:10:26 +03:00
parent 253ad8c19b
commit c954b5268e
5824 changed files with 1107594 additions and 19141 deletions

View File

@@ -0,0 +1,4 @@
export interface NotStarted {
readonly _tag: OP_NOT_STARTED;
}
//# sourceMappingURL=debounceState.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"debounceState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/debounceState.ts"],"names":[],"mappings":"AAyBA,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAA;CAC9B"}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=emit.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"emit.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/emit.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=haltStrategy.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"haltStrategy.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/haltStrategy.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=handoff.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"handoff.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/handoff.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,6 @@
import type * as Chunk from "../../Chunk.js";
export interface Emit<out A> {
readonly _tag: OP_EMIT;
readonly elements: Chunk.Chunk<A>;
}
//# sourceMappingURL=handoffSignal.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"handoffSignal.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/handoffSignal.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,KAAK,MAAM,gBAAgB,CAAA;AAwB5C,MAAM,WAAW,IAAI,CAAC,GAAG,CAAC,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;CAClC"}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=pull.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/pull.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=sinkEndReason.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"sinkEndReason.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/sinkEndReason.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=zipAllState.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"zipAllState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/zipAllState.ts"],"names":[],"mappings":""}

View File

@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=zipChunksState.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"zipChunksState.d.ts","sourceRoot":"","sources":["../../../../src/internal/stream/zipChunksState.ts"],"names":[],"mappings":""}