mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import hbs from 'htmlbars-inline-precompile';
|
|
|
|
const likeThisDotRender = (s: string | string[]) => {};
|
|
|
|
likeThisDotRender(hbs`this is allowed`);
|