html-template-tag-stream
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,2 +1,3 @@ | ||
export declare function isHtml(value: unknown): value is (ReturnType<typeof html>); | ||
declare function html(literals: TemplateStringsArray, ...subs: unknown[]): AsyncGenerator<any, void, unknown>; | ||
export default html; |
{ | ||
"name": "html-template-tag-stream", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "ES6 Tagged Template for compiling HTML template streams.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
8659
141