UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

6 lines (5 loc) 145 B
import { Compiler } from 'webpack'; declare class InsertConfigPlugin { apply(compiler: Compiler): void; } export default InsertConfigPlugin;