Browse Source

New translations language-functions.md (Turkish)

translation_master
Jonathon Hammond 3 years ago
parent
commit
41d9bf87ff
  1. 10
      src/pages/tr/write-smart-contracts/language-functions.md

10
src/pages/tr/write-smart-contracts/language-functions.md

@ -0,0 +1,10 @@
---
title: Functions
description: See a detailed list of all functions for the Clarity language.
---
export { convertClarityRefToMdx as getStaticProps } from '@common/data/clarity-ref'; import { ClarityFunctionReference } from '@components/clarity-ref';
## Function reference
<ClarityFunctionReference {...props.mdx.functions} />
Loading…
Cancel
Save