mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
declare module 'php-escape-shell' {
|
|
export function php_escapeshellcmd(path: string): string;
|
|
}
|
|
|
|
declare module 'react-deep-force-update' {
|
|
export default function (...args: any[]): any;
|
|
}
|