Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
35
node_modules/effect/dist/esm/RequestBlock.js
generated
vendored
Normal file
35
node_modules/effect/dist/esm/RequestBlock.js
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
/**
|
||||
* @since 2.0.0
|
||||
*/
|
||||
import * as RequestBlock_ from "./internal/blockedRequests.js";
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const single = RequestBlock_.single;
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const empty = RequestBlock_.empty;
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const mapRequestResolvers = RequestBlock_.mapRequestResolvers;
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const parallel = RequestBlock_.par;
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const reduce = RequestBlock_.reduce;
|
||||
/**
|
||||
* @since 2.0.0
|
||||
* @category constructors
|
||||
*/
|
||||
export const sequential = RequestBlock_.seq;
|
||||
//# sourceMappingURL=RequestBlock.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue