/
Constant
/
Simple-HTML5-training-lending
Обзор
Документация
Войти
/
Constant
/
Simple-HTML5-training-lending
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
feature/initialSetup
src/code/types/global.d.ts
9 строк
191 B
Constant
add prettier into workspace
22 май 2025, 17:53
22 май 2025, 17:53
3d2e26d
Код
Авторство
О чём код?
declare module '*.scss' { const content: Record<string, string>; export default content; } declare module '*.sass' { const content: Record<string, string>; export default content; }