Home
last modified time | relevance | path

Searched refs:delimiterIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/libnpmpublish/lib/
Dprovenance.js23 const delimiterIndex = relativeRef.indexOf('@') constant
24 const workflowPath = relativeRef.slice(0, delimiterIndex)
25 const workflowRef = relativeRef.slice(delimiterIndex + 1)