1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-09 19:34:00 +09:00
cherrypick/src/web/app/mobile/api/notify.ts
2018-02-22 02:15:46 +09:00

4 lines
54 B
TypeScript

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