Files
metabuilder/tools/refactoring/orchestrate-refactor.ts

14 lines
407 B
TypeScript

/**
* This file has been refactored into modular lambda-per-file structure.
*
* Import individual functions or use the class wrapper:
* @example
* import { loadFilesFromReport } from './orchestrate-refactor'
*
* @example
* import { OrchestrateRefactorUtils } from './orchestrate-refactor'
* OrchestrateRefactorUtils.loadFilesFromReport(...)
*/
export * from './orchestrate-refactor'