/** * 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'