UNPKG
@compodoc/ngd-core
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
A core library for @compodoc/ngd
github.com/compodoc/ngd
compodoc/ngd
@compodoc/ngd-core
/
dist
/
lang
/
utilities.d.ts
5 lines
(4 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
ts
from
'typescript'
;
export
declare
function
d
(
node
:
any
):
void
;
export
declare
function
getNewLineCharacter
(
options
: ts.
CompilerOptions
):
string
;
export
declare
function
compilerHost
(
transpileOptions
:
any
): ts.
CompilerHost
;