/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/loud-rejection/api.js
11 строк
358 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
'use strict'; var util = require('util'); var currentlyUnhandled = require('currently-unhandled'); // WARNING: This undocumented API is subject to change. module.exports = util.deprecate(function (process) { return { currentlyUnhandled: currentlyUnhandled(process) }; }, 'loudRejection/api is deprecated. Use the currently-unhandled module instead.');