Anthony (Trapcode)
Anthony (Trapcode)
I don't know how to contribute to @types/vue-tel-input But this may help someone. ```ts export interface VueTelInputPhoneObject { country: { name: string; iso2: string; dialCode: string; }; countryCallingCode: string; countryCode:...
⏰ Reminder to convert to ESM with CJS support.
Is there a way to return the field that failed the validation when using `StopOnError=true` for example ```go d := &SomeStruct{ Name: "John" Email: "not an email" } v :=...
License?
Please what is the license for this project? I can't seem to find a license file.