mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
14 lines
391 B
TypeScript
14 lines
391 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 './auto-code-extractor-3000'
|
|
*
|
|
* @example
|
|
* import { AutoCodeExtractor3000Utils } from './auto-code-extractor-3000'
|
|
* AutoCodeExtractor3000Utils.log(...)
|
|
*/
|
|
|
|
export * from './auto-code-extractor-3000'
|