We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a466a commit f80fbfdCopy full SHA for f80fbfd
apps/solhint/src/index.d.ts
@@ -0,0 +1,5 @@
1
+declare module 'solhint' {
2
+ export function processStr (inputStr: any, config?: any, fileName?: string)
3
+ export function processFile (file: any, config: any)
4
+ export function processPath (path: any, config: any)
5
+}
0 commit comments