mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
Added security
module
This commit is contained in:
parent
2243945d3a
commit
c56b60c966
1 changed files with 3 additions and 0 deletions
3
src/utils/security/index.ts
Normal file
3
src/utils/security/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export {
|
||||
SecureString,
|
||||
} from "./secure-string";
|
Loading…
Reference in a new issue