UNPKG

151 BTypeScriptView Raw
1declare function htmlTag(tag: string, attrs: {
2 [key: string]: string | boolean;
3}, text?: string, escape?: boolean): string;
4export = htmlTag;