Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
stevekrouse
tell
Public
Fork
Like
Code
Pull Requests
Forks
References
2
Dependencies
1
Versions
v2
Back
Version 2
10/23/2023
9
1
2
3
4
import
{
messages
}
from
"
https://esm.town/v/stevekrouse/messages
"
;
export
let
tell
=
(
msg
)
=>
messages
.
push
(
{
time
:
Date
.
now
(
)
,
msg
}
)
Copy
Updated: October 23, 2023