UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

12 lines (8 loc) 424 B
// ============================================================================ // Import // ============================================================================ import { FileCopyAction } from "./FileCopyAction.js"; // ============================================================================ // Export // ============================================================================ export { FileCopyAction };