crx3/lib/findCommonPath

(require("crx3/lib/findCommonPath"))(paths) → {string}

Description:
  • Finds the longest possible path that's a common parent to all specified paths.

Source:
Parameters:
Name Type Description
paths Array.<string>
Returns:
Type
string