export default function deprecated(msg) { console.warn(`DEPRECATION: ${msg}`); }