diff --git a/apps/solhint/src/index.d.ts b/apps/solhint/src/index.d.ts new file mode 100644 index 0000000000..c98dcafe0b --- /dev/null +++ b/apps/solhint/src/index.d.ts @@ -0,0 +1,5 @@ +declare module 'solhint' { + export function processStr (inputStr: any, config?: any, fileName?: string) + export function processFile (file: any, config: any) + export function processPath (path: any, config: any) +} \ No newline at end of file