projecte_ionic/node_modules/jasmine/lib/printDeprecation.js
2022-02-09 18:30:03 +01:00

3 lines
No EOL
90 B
JavaScript
Executable file

module.exports = function(message) {
console.warn('Deprecation warning: ' + message);
};