mirror of https://github.com/zulip/zulip.git
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
|
declare module "*.hbs" {
|
||
|
const render: (context: unknown) => string;
|
||
|
export = render;
|
||
|
}
|