UNPKG
@linaria/utils
Version:
latest (5.0.2)
legacy (3.0.0-airbnb.0)
5.0.2
5.0.1
5.0.0
4.5.3
4.5.2
4.5.1
4.5.0
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
4.0.0-beta.1
4.0.0-beta.0
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.15
3.0.0-airbnb.0
Blazing fast zero-runtime CSS in JS library
github.com/callstack/linaria
callstack/linaria
@linaria/utils
/
lib
/
isTypedNode.js
12 lines
(11 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
const
isTypedNode
=
type
=>
p
=>
{
return
p.
type
===
type
; };
var
_default = isTypedNode;
exports
.
default
= _default;
//# sourceMappingURL=isTypedNode.js.map