UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

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