/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/mode/version.js
12 строк
310 B
Kristofer Baxter
♻️ Remove Notice from JS and Markdown (#35717)
19 авг 2021, 21:21
Не верифицирован
19 авг 2021, 21:21
f564b7e
Код
Авторство
О чём код?
/** * Returns the internal AMP runtime version. Note that this is not the RTV, * which is a prefix and the runtime version. * * The call sites for this function are replaced with a compile time constant * string. * * @return {string} */ export function version() { return INTERNAL_RUNTIME_VERSION; }