UNPKG
bea-ui
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
React component library
github.com/craigharvi3/bea
craigharvi3/bea
bea-ui
/
components
/
utils
/
pids.js
6 lines
(4 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
export
const
extractPidFromUrn
= (
urn
) => {
const
urnParts = urn.
split
(
':'
);
return
urnParts[urnParts.
length
-
1
]; };