UNPKG
@macrostrat/column-components
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-dev3
1.0.0-dev2
1.0.0-dev1
0.8.1
React rendering primitives for stratigraphic columns
UW-Macrostrat/web-components
@macrostrat/column-components
/
src
/
notes
/
utils.ts
4 lines
(2 loc)
•
72 B
text/typescript
View Raw
1
2
3
4
const
hasSpan
= (
note
) => note.
top_height
!=
null
;
export
{ hasSpan };