hyper/lib/ext-modules.d.ts
2023-07-24 13:42:19 +05:30

3 lines
98 B
TypeScript

declare module 'php-escape-shell' {
export function php_escapeshellcmd(path: string): string;
}