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