UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

4 lines (3 loc) 161 B
/// <reference types="node" /> declare const runScript: (scriptPath: string, args?: string[]) => import("child_process").ChildProcess; export default runScript;