UNPKG
@lpc-lang/core
Version:
latest (1.1.43)
1.1.43
1.1.39
1.1.38
1.1.36
1.1.35
1.1.33
1.1.31
1.1.30
1.1.29
1.1.27
1.1.26
1.1.2-5.2
1.1.2-5.1
LPC Language Compiler Library
github.com/jlchmura/lpc-language-server
jlchmura/lpc-language-server
@lpc-lang/core
/
services
/
exportInfoMap.d.ts
5 lines
•
161 B
TypeScript
View Raw
1
2
3
4
5
import
{
ExportKind
}
from
"./importTracker"
;
export
type
ExportMapInfoKey
=
string
& {
__exportInfoKey
:
void
; };
//# sourceMappingURL=exportInfoMap.d.ts.map