UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
renderers
/
support
/
randomRotationExpression.js
3 lines
(1 loc)
•
171 B
JavaScript
View Raw
1
2
3
function
e(e){
return
e.match(t)?.[1]?.replace(/\\'/g,
"'"
)??null}const t=/^
hash
\(\
$feature
\[
'((\\'
|[^
'])+)'
\]\) \* 8\.381e-8$/;
export
{e as matchRandomRotationExpression};