kopia lustrzana https://github.com/Tldraw/Tldraw
5 wiersze
106 B
TypeScript
5 wiersze
106 B
TypeScript
|
export function nicelog(...args: any[]) {
|
||
|
// eslint-disable-next-line no-console
|
||
|
console.log(...args)
|
||
|
}
|