Skip to content

Commit

Permalink
feat(nanolib): add demo test file
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 1, 2024
1 parent 537ee77 commit 0e98a3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nanolib/demo/test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import {createLogger} from '@alwatr/nanolib';

const logger = createLogger('logger/demo1');

logger.banner('Alwatr Logger Demo');

0 comments on commit 0e98a3e

Please sign in to comment.