mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 22:46:14 +08:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
![]() |
export default function deprecated(msg) {
|
||
|
console.warn(`DEPRECATION: ${msg}`);
|
||
|
}
|