mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-05 01:05:02 -05:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
/** biome-ignore-all lint/suspicious/noConsole: stub file to enable different solution later */
|
|
|
|
export const logger = {
|
|
info: console.log,
|
|
error: console.error,
|
|
warn: console.warn,
|
|
};
|