UNPKG
tutorbook
Version:
latest (0.8.2)
0.8.2
0.7.9
Web app connecting students with expert mentors and tutors.
tutorbook.org
tutorbookapp/tutorbook
tutorbook
/
src
/
emails
/
declarations.d.ts
5 lines
(4 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'*.hbs'
{
const
content
:
string
;
export
default
content; }