/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/performance-now/src/index.d.ts
8 строк
218 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
// This file describes the package to typescript. /** * Returns the number of milliseconds since the page was loaded (if browser) * or the node process was started. */ declare function now(): number; export = now;