Skip to content

Commit 70b99ae

Browse files
T4rk1nalexcjohnson
andauthored
Update dash/extract-meta.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 36ef5d2 commit 70b99ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/extract-meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const reArray = new RegExp(`(${unionSupport.join('|')})\\[\\]`);
6161

6262
const isArray = rawType => reArray.test(rawType);
6363

64-
const isUnionlitteral = typeObj =>
64+
const isUnionliteral = typeObj =>
6565
typeObj.types.every(
6666
t =>
6767
t.getFlags() &

0 commit comments

Comments
 (0)