This website works better with JavaScript
Главная
Обзор
Помощь
Вход
Lumina-Internal
/
VLEX
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
55473b7e7c
Ветки
Метки
UAT
live
master
VLEX
/
BPM-UI
/
node_modules
/
jasmine
/
lib
/
printDeprecation.js
printDeprecation.js
90 B
История
Исходник
1
2
3
module.exports = function(message) {
console.warn('Deprecation warning: ' + message);
};