Skip to content

Commit 7a74807

Browse files
committed
add utility function symbolHashSplit
1 parent 6033054 commit 7a74807

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared/symbolHashSplit.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function symbolHashSplit(hash) {
2+
return hash.split('---')
3+
}

0 commit comments

Comments
 (0)