Files
metabuilder/tools/refactoring/bulk-lambda-refactor.ts
copilot-swe-agent[bot] 4db87be546 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 19:33:03 +00:00

14 lines
360 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 './bulk-lambda-refactor'
*
* @example
* import { BulkLambdaRefactorUtils } from './bulk-lambda-refactor'
* BulkLambdaRefactorUtils.log(...)
*/
export * from './bulk-lambda-refactor'