added solhiny module declaration

pull/4771/head
lianahus 6 months ago
parent 39a466ac02
commit f80fbfd0dc
  1. 5
      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)
}
Loading…
Cancel
Save