UNPKG
is-constructor
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Check if a value is a constructor function
github.com/wbhob/is-constructor
wbhob/is-constructor
is-constructor
/
tsconfig.types.json
8 lines
•
167 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"./dist/types"
}
}