4 lines
83 B
Plaintext
Raw Normal View History

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