zulip/static/js/hbs.d.ts

5 lines
96 B
TypeScript

declare module "*.hbs" {
const render: (context: unknown) => string;
export = render;
}