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