We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3603051 commit a443f70Copy full SHA for a443f70
packages/cluster/src/index.ts
@@ -58,6 +58,11 @@ export * as HttpRunner from "./HttpRunner.js"
58
*/
59
export * as HttpShardManager from "./HttpShardManager.js"
60
61
+/**
62
+ * @since 1.0.0
63
+ */
64
+export * as MachineId from "./MachineId.js"
65
+
66
/**
67
* @since 1.0.0
68
packages/effect/src/index.ts
@@ -408,6 +408,7 @@ export * as Layer from "./Layer.js"
408
409
410
* @since 3.14.0
411
+ * @experimental
412
413
export * as LayerMap from "./LayerMap.js"
414
0 commit comments