UNPKG
@trapi/utils
Version:
latest (0.0.2)
0.0.2
0.0.1
Utils library package for the trapi infrastructure.
@trapi/utils
/
dist
/
typescript.d.ts
3 lines
•
187 B
TypeScript
View Raw
1
2
3
import
{
CompilerOptions
}
from
"typescript"
;
export
declare
function
getCompilerOptions
(
filePath
?:
string
,
fileName
?:
string
):
CompilerOptions
;
//# sourceMappingURL=typescript.d.ts.map