6 lines
48 B
JavaScript
6 lines
48 B
JavaScript
export function encrypt(txt) {
|
|
|
|
return txt
|
|
}
|
|
|
export function encrypt(txt) {
|
|
|
|
return txt
|
|
}
|
|
|