kist
Version:
Lightweight Package Pipeline Processor with Plugin Architecture
12 lines (8 loc) • 427 B
text/typescript
// ============================================================================
// Import
// ============================================================================
import { RunScriptAction } from "./RunScriptAction.js";
// ============================================================================
// Export
// ============================================================================
export { RunScriptAction };