hyper/lib/ext-modules.d.ts
2023-05-06 11:34:01 +05:30

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;
}