UNPKG
@arsat/mixin
Version:
latest (1.0.0)
1.0.0
## Description
@arsat/mixin
/
dist
/
is-prototype-chain.d.ts
2 lines
•
128 B
TypeScript
View Raw
1
2
export
declare
const
isInPrototypeChain
:
(
object
:
any
,
target
:
any
) =>
boolean
;
//# sourceMappingURL=is-prototype-chain.d.ts.map