🚀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:16 +00:00
parent 124c3cdeb1
commit dd8911be62
12 changed files with 43 additions and 3 deletions

View File

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