From 78e384c2f32996478edced59c837a348dec77e57 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 17:53:00 +0530 Subject: feat: adds basic md docs --- docs/interfaces/sys.JsExpr.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/interfaces/sys.JsExpr.md (limited to 'docs/interfaces/sys.JsExpr.md') diff --git a/docs/interfaces/sys.JsExpr.md b/docs/interfaces/sys.JsExpr.md new file mode 100644 index 0000000..db406bf --- /dev/null +++ b/docs/interfaces/sys.JsExpr.md @@ -0,0 +1,37 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [sys](../modules/sys.md) / JsExpr + +# Interface: JsExpr<_Expr\> + +[sys](../modules/sys.md).JsExpr + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `_Expr` | extends `string` | + +## Hierarchy + +- [`Effect`](effect.Effect.md)<`any`\> + + ↳ **`JsExpr`** + +## Table of contents + +### Properties + +- [output](sys.JsExpr.md#output) + +## Properties + +### output + +• **output**: `any` + +#### 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) -- cgit v1.3.1