/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/fixtures/deprecated.js
7 строк
175 B
cjihrig
lib: move DEP0028 to end of life
10 янв 2019, 17:00
Не верифицирован
10 янв 2019, 17:00
a665d13
Код
Авторство
О чём код?
'use strict'; const util = require('util'); const deprecated = util.deprecate(() => { console.error('This is deprecated'); }, 'this function is deprecated'); deprecated();