aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/sys.SetEvalEnvironment.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-14 17:53:00 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-14 17:53:00 +0530
commit78e384c2f32996478edced59c837a348dec77e57 (patch)
treedcc466dba156415249d33fbcab14c4e21392c6b0 /docs/interfaces/sys.SetEvalEnvironment.md
parent6c7b4f308a0559f78bba763f259c05fc2e52d425 (diff)
downloadts-types-lang-78e384c2f32996478edced59c837a348dec77e57.tar.gz
ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.zip
feat: adds basic md docs
Diffstat (limited to 'docs/interfaces/sys.SetEvalEnvironment.md')
-rw-r--r--docs/interfaces/sys.SetEvalEnvironment.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/interfaces/sys.SetEvalEnvironment.md b/docs/interfaces/sys.SetEvalEnvironment.md
new file mode 100644
index 0000000..4784697
--- /dev/null
+++ b/docs/interfaces/sys.SetEvalEnvironment.md
@@ -0,0 +1,37 @@
+[ts-types-lang](../README.md) / [Modules](../modules.md) / [sys](../modules/sys.md) / SetEvalEnvironment
+
+# Interface: SetEvalEnvironment<_Env\>
+
+[sys](../modules/sys.md).SetEvalEnvironment
+
+## Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `_Env` | extends ``"test.node"`` \| ``"node"`` |
+
+## Hierarchy
+
+- [`Effect`](effect.Effect.md)
+
+ ↳ **`SetEvalEnvironment`**
+
+## Table of contents
+
+### Properties
+
+- [output](sys.SetEvalEnvironment.md#output)
+
+## Properties
+
+### output
+
+• **output**: `unknown`
+
+#### Inherited from
+
+[Effect](effect.Effect.md).[output](effect.Effect.md#output)
+
+#### Defined in
+
+[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2)