This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
0d218a4b76
zulip
/
static
/
js
/
hbs.d.ts
5 lines
96 B
TypeScript
Raw
Blame
History
declare
module
"*.hbs"
{
const
render
:
(
context
:
unknown
)
=
>
string
;
export
=
render
;
}
Reference in New Issue
View Git Blame
Copy Permalink