uni-ticket-system/node_modules/licia/strTpl.d.ts
2023-12-05 10:11:10 +08:00

6 lines
127 B
TypeScript

import types = require('./types');
declare function strTpl(str: string, data: types.PlainObj<any>): string;
export = strTpl;