mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
3 lines
65 B
TypeScript
3 lines
65 B
TypeScript
export function log(message: string) {
|
|
console.log(message);
|
|
}
|