hyper/lib/ext-modules.d.ts
Labhansh Agrawal a1eb84d8a7 port js files in lib and lib/containers to ts (#3957)
* rename files in lib and lib/containers to ts

* add types

* fix ts errors
2019-11-11 16:21:42 +01:00

12 lines
331 B
TypeScript

declare module 'php-escape-shell' {
// eslint-disable-next-line @typescript-eslint/camelcase
export function php_escapeshellcmd(path: string): string;
}
declare module 'parse-url' {
export default function(...args: any[]): any;
}
declare module 'react-deep-force-update' {
export default function(...args: any[]): any;
}