UNPKG
@prostojs/mate
Version:
latest (0.4.0)
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
MATE is TS Metadata Organizer
github.com/prostojs/mate
prostojs/mate
@prostojs/mate
/
dist
/
src
/
utils
/
helpers.d.ts
4 lines
•
262 B
TypeScript
View Raw
1
2
3
4
import { TAny, TClassConstructor, TFunction }
from
'../types'
; export
declare
function
getConstructor
<
T
=
TAny
>(
instance: T
):
TFunction
; export
declare
function
isConstructor
<
T
=
TAny
>(
v: T
):
v
is
(
T & TClassConstructor
)
;
//# sourceMappingURL=helpers.d.ts.map