export function notify(...values: string[]) { console.log(...values) }