Skip to content

Commit f80fbfd

Browse files
committed
added solhiny module declaration
1 parent 39a466a commit f80fbfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/solhint/src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)