/
githubmirror
/
hyper
Обзор
Документация
Войти
/
githubmirror
/
hyper
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
typings/ext-modules.d.ts
20 строк
517 B
Labhansh Agrawal
move typings into a separate directory
25 июл 2023, 13:04
25 июл 2023, 13:04
c62ed62
Код
Авторство
О чём код?
declare module 'php-escape-shell' { export function php_escapeshellcmd(path: string): string; } declare module 'git-describe' { export function gitDescribe(...args: any[]): void; } declare module 'default-shell' { const val: string; export default val; } declare module 'sudo-prompt' { export function exec( cmd: string, options: {name?: string; icns?: string; env?: {[key: string]: string}}, callback: (error?: Error, stdout?: string | Buffer, stderr?: string | Buffer) => void ): void; }