/
dimamir
/
adonisjs_core
Обзор
Документация
Войти
/
dimamir
/
adonisjs_core
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.x
src/debug.ts
12 строк
254 B
Harminder Virk
refactor: prepare for v6
12 янв 2023, 16:21
12 янв 2023, 16:21
c65b379
Код
Авторство
О чём код?
/* * @adonisjs/core * * (c) AdonisJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { debuglog } from 'node:util' export default debuglog('adonisjs:core')