UNPKG

hexo-util

Version:

Utilities for Hexo.

5 lines (4 loc) 176 B
declare function htmlTag(tag: string, attrs?: { [key: string]: string | boolean | number | null | undefined; }, text?: string, escape?: boolean): string; export = htmlTag;