We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d618954 commit cb077dcCopy full SHA for cb077dc
readme.md
@@ -8,7 +8,7 @@ A port of [EJS](https://ejs.co) to support embedded TypeScript.
8
import * as ets from 'embedded-ts';
9
10
console.log(
11
- await ets.render(`
+ await ets.render(`
12
<%
13
let x: string
14
x = "hello";
0 commit comments