/
githubmirror
/
reveal.js
Обзор
Документация
Войти
/
githubmirror
/
reveal.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dist/utils/loader.d.ts
8 строк
311 B
Hakim El Hattab
dont rollup ts files, ensure config types are published
31 янв 2026, 22:12
31 янв 2026, 22:12
654b28e
Код
Авторство
О чём код?
/** * Loads a JavaScript file from the given URL and executes it. * * @param {string} url Address of the .js file to load * @param {function} callback Method to invoke when the script * has loaded and executed */ export declare const loadScript: (url: string, callback?: (error?: Error) => void) => void;