mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 22:11:53 +02:00
3 lines
43 B
JavaScript
3 lines
43 B
JavaScript
export default function(x) {
|
|
return x;
|
|
}
|