🚀New lib version v0.9.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-03-26 20:41:19 +00:00
parent 11f76ba2b5
commit a3c8ac843e
12 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
export declare type PasswordMustContainLowercaseLetterError = {
name: string;
message: string;
};