Files
metabuilder/tools/refactoring/languages/cpp-refactor.ts

14 lines
369 B
TypeScript

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