UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

10 lines (9 loc) 215 B
interface IParams { folderPath: string; fileName: string; data: any; options?: any; } /** 渲染ejs模板文件 */ export declare const renderTemplate: (params: IParams) => Promise<void>; export {};