mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { artifacts, logger } from '@morten-olsen/mini-loader';
|
|
|
|
logger.info('Hello world');
|
|
|
|
artifacts.create('foo', 'bar');
|