UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
decorators
/
instanceof.d.ts
2 lines
(1 loc)
•
113 B
TypeScript
View Raw
1
2
export
declare
function
Instanceof
<t
extends
new
(...
args
:
any
) =>
any
>(
given
:
InstanceType
<t> |
any
):
Function
;