UNPKG

shell-ahk

Version:

`Lodash`/`jQuery` for `AHK`.

10 lines (8 loc) 254 B
# @ts-check import echo_now from './now' import echo_tip from './tip' import echo_toString from './toString' ###* @type import('./echo').Echo ### export default (message) -> echo_tip "[#{echo_now()}] #{echo_toString message}", [0, 0] return message