/
kopython
/
_hyperscript-node
Обзор
Документация
Войти
/
kopython
/
_hyperscript-node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/code-gen._hs
12 строк
326 B
Drew McDonald
* real init commit
29 ноя 2022, 02:51
29 ноя 2022, 02:51
43e7026
Код
Авторство
О чём код?
require 'fs' def index(process) -- Here is all the app logic log process's argv set arguments to process's argv set the type to arguments[2] set the name to arguments[3] set the jsonSchemaPath to arguments[4] log the type log the name set the restVerbs to ['get', 'put', 'post', 'delete'] end