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 7176281 commit d81f5dcCopy full SHA for d81f5dc
exercises/04-isValidEmail.exercise.ts
@@ -263,7 +263,6 @@ export const onSubmit = async (values: { email: string }) => {
263
* We also covered type predicates and assertion functions. They can be used
264
* for plenty of type magic on their own, but when combined with opaque types
265
* that can be extremely useful.
266
- *
267
*/
268
269
/**
0 commit comments