UNPKG

4m-wallet-adapter

Version:
9 lines (6 loc) 196 B
'use strict'; const getPathIndex = (path) => { const index = Number(path?.split('/')?.[3]?.replace("'", '')); return !isNaN(index) ? index : undefined; }; module.exports = { getPathIndex };