mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
init
This commit is contained in:
9
packages/mini-loader/src/index.ts
Normal file
9
packages/mini-loader/src/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { LoggerEvent } from './logger/logger.js';
|
||||
import type { ArtifactCreateEvent } from './artifacts/artifacts.js';
|
||||
|
||||
type Event = LoggerEvent | ArtifactCreateEvent;
|
||||
|
||||
export type { Event, LoggerEvent, ArtifactCreateEvent };
|
||||
export { logger } from './logger/logger.js';
|
||||
export { artifacts } from './artifacts/artifacts.js';
|
||||
export { input } from './input/input.js';
|
||||
Reference in New Issue
Block a user