hyper/lib/ext-modules.d.ts
2020-03-25 17:12:51 +01:00

12 lines
333 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;
}