UNPKG
trusktr-dummy-test-pkg
Version:
latest (0.0.3)
0.0.3
0.0.2
JavaScript/TypeScript class inheritance tools.
github.com/trusktr/lowclass
trusktr/lowclass
trusktr-dummy-test-pkg
/
instanceOf.d.ts
3 lines
(2 loc)
•
167 B
TypeScript
View Raw
1
2
3
import
{ Constructor } from './utils.js'; export
default
function instanceOf
<
T
>
(instance:
any
, Constructor:
Constructor
<
T
>): instance
is
InstanceType
<
Constructor
<
T
>>;