UNPKG
solive-compiler-utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Solidity Compiler helper tool
github.com/WTFAcademy/solive
WTFAcademy/solive
solive-compiler-utils
/
dist
/
src
/
compilerInput.d.ts
4 lines
•
248 B
TypeScript
View Raw
1
2
3
4
import
{
CompilerInput
,
CompilerInputOptions
,
Source
}
from
'./types'
;
declare
const
makeCompilerInput
:
(
sources
:
Source
,
opts
:
CompilerInputOptions
) =>
CompilerInput
;
export
default
makeCompilerInput;
//# sourceMappingURL=compilerInput.d.ts.map