UNPKG
mlh-tsd
Version:
latest (0.14.1)
0.14.1
0.14.0
Check TypeScript type definitions
github.com/MLH-Fellowship/tsd
MLH-Fellowship/tsd
mlh-tsd
/
dist
/
lib
/
utils
/
index.d.ts
5 lines
(4 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
import
makeDiagnostic
from
'./make-diagnostic'
;
import
getJSONPropertyPosition
from
'./get-json-property-position'
;
import
*
as
tsutils
from
'./typescript'
;
export
{ getJSONPropertyPosition, makeDiagnostic, tsutils };