mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
4db87be546
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
14 lines
355 B
TypeScript
14 lines
355 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'
|