mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-21 10:08:07 +09:00
4 lines
54 B
TypeScript
4 lines
54 B
TypeScript
|
export default function(message) {
|
||
|
alert(message);
|
||
|
}
|