@athenna/core
Version:
One foundation for multiple applications.
16 lines (15 loc) • 444 B
JavaScript
/**
* @athenna/core
*
* (c) João Lenon <lenon@athenna.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import 'reflect-metadata';
export * from '#src/types';
export * from '#src/facades/Repl';
export * from '#src/repl/ReplImpl';
export * from '#src/ignite/Ignite';
export * from '#src/helpers/LoadHelper';
export * from '#src/providers/CoreProvider';