Files
metabuilder/tools/refactoring/ast-lambda-refactor.ts

14 lines
368 B
TypeScript

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