Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 add pureFns document(api reference) #71

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions pages/src/api/schemas/pureFns/pure_Fns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# pureFns

this function is create for define all things in local scope
and also all functions of pure define in this function
@function
@returns - return objects of all functions that define in this function
```ts
const pureFns = (schemasObj: TSchemas)
```

_This function is create for define all things in local scope and also all functions of pure define in this function_

</br>
<details open>
<summary>
Return
</summary>
<pre>
<code class="language-json" style="padding: 0;">
<a href="./addPureModel_Fns.md" target="_blank" style="text-decoration: none; cursor:pointer">addPureModel</a>
<a href="./getPureModel_Fns.md" target="_blank" style="text-decoration: none; cursor:pointer">getPureModel</a>
<a href="./getPureModelByNameAndKey_Fns.md" target="_blank" style="text-decoration: none; cursor:pointer">getPureModelByNameAndKey</a>
</code>
</pre>
</details>

<h3 style="margin-top:0">Parameters</h3>
<pre>
<code class="language-ts" style="padding: 0; margin-top: 12px; margin-top: -18px;">
schemasObj: <a href="../../types/schema/Tschemas.md" target="_blank" style="text-decoration: none; cursor:pointer">TSchemas</a>
</code>
</pre>
Loading