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 989a23e commit e2e23feCopy full SHA for e2e23fe
src/app/[locale]/(doc-session)/documentation/js/subComponents/MainPageSyntexHightlighter.tsx
@@ -68,7 +68,7 @@ export function UsageCDNExample() {
68
return (
69
<SyntaxHighlighter language="html" style={a11yDark}>
70
{`<script type="module">
71
- import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.2/+esm";
+ import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.6.1/+esm";
72
const emailResult = isEmail("123456");
73
const cpfResult = cpfIsValid("123456");
74
0 commit comments