Tldraw/scripts/lib/nicelog.ts

4 wiersze
66 B
TypeScript

export function nicelog(...args: any[]) {
console.log(...args)
}