/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/README/Link.js
15 строк
333 B
トトも
📚 README Helper / Sponsor Generation Script / Workflow (#8676)
14 июл 2022, 02:39
Не верифицирован
14 июл 2022, 02:39
ef12e30
Код
Авторство
О чём код?
export function toProfile(username) { return `https://github.com/${username}`; } export function toAvatar(id) { return `https://avatars.githubusercontent.com/u/${id}`; } export function toLogo(path) { return `https://images.opencollective.com/${path}/256.png`; } export function toLink(path) { return `https://${path}`; }