UNPKG
roarr
Version:
latest (7.21.1)
7.21.1
7.21.0
7.20.0
7.19.0
7.18.4
7.18.3
7.18.2
7.18.1
7.18.0
7.17.0
7.16.0
7.15.3
7.15.2
7.15.1
7.15.0
7.14.7
7.14.6
7.14.5
7.14.4
7.14.3
7.14.2
7.14.1
7.14.0
7.13.0
7.12.3
7.12.2
7.12.0
7.11.1
7.11.0
7.10.1
7.10.0
7.9.0
7.8.2
7.8.1
7.8.0
7.7.0
7.6.1
7.6.0
7.5.0
7.4.2
7.4.1
7.4.0
7.3.0
7.2.0
7.1.0
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.0
5.0.0
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.6
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.3
2.13.2
2.13.1
2.13.0
2.12.1
2.12.0
2.11.9
2.11.8
2.11.7
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.0
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
JSON logger for Node.js and browser.
github.com/gajus/roarr
gajus/roarr
roarr
/
dist
/
utilities
/
hasOwnProperty.d.ts
6 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
/** * A stricter type guard. *
@see
https://tsplay.dev/WK8zGw */
export
declare
const
hasOwnProperty
: <X
extends
{}, Y
extends
PropertyKey
>
(
object
: X,
property
: Y
) =>
object
is
Record
<Y,
unknown
> & X;
//# sourceMappingURL=hasOwnProperty.d.ts.map