mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
29 lines
536 B
Text
29 lines
536 B
Text
|
{
|
||
|
"version": 1,
|
||
|
"nodes": [
|
||
|
{
|
||
|
"name": "foo",
|
||
|
"isDefault": false,
|
||
|
"location": {
|
||
|
"filename": "file:///[WILDCARD]/types.d.ts",
|
||
|
"line": 2,
|
||
|
"col": 13,
|
||
|
"byteIndex": 39
|
||
|
},
|
||
|
"declarationKind": "export",
|
||
|
"jsDoc": {
|
||
|
"doc": "An exported value."
|
||
|
},
|
||
|
"kind": "variable",
|
||
|
"variableDef": {
|
||
|
"tsType": {
|
||
|
"repr": "string",
|
||
|
"kind": "keyword",
|
||
|
"keyword": "string"
|
||
|
},
|
||
|
"kind": "const"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|