UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

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