UNPKG

node-web-mvc

Version:
12 lines (11 loc) 278 B
declare const _default: { /** * 格式化模板字符串 * @param template 模板字符串 * @param data 数据 * @returns */ format(template: string, data: Record<string, any>): string; isEmpty(v: any): boolean; }; export default _default;