1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-17 16:18:27 +09:00
cherrypick/src/client/app/mobile/api/notify.ts
2018-03-29 20:32:18 +09:00

4 lines
54 B
TypeScript

export default function(message) {
alert(message);
}