/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/tests/data/dummy_constants.js
12 строк
340 B
Ankita Saxena
Fix #6251: Add basic typescript configuration (#6256)
13 фев 2019, 21:42
13 фев 2019, 21:42
fc5a4db
Код
Авторство
О чём код?
var dummy_constants = { // Define purpose of file. "File_purpose": "This file is for testing comments removal", // Dummy constant. "Dummy_constant": "Simple constant", // Dummy list constant. "Dummy_list_constant": ["List", "of", "dummy", "constants"], "Dummy_constant_without_comment": "Dummy constant with no comment" };