We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429bcdb commit d968565Copy full SHA for d968565
web/README.md
@@ -94,7 +94,7 @@ export const validatePassword = (password) => password.length > 8 && ...;
94
<TabItem value="ts" label="TypeScript">
95
96
```ts title="src/apis.ts"
97
-export const validatePassword = (password: string) => password.length > 8 && ...;
+export const validatePassword = (password: string) => password.length > 8 && /* ... */;
98
```
99
100
</TabItem>
0 commit comments