How to use the is-relative function in is-relative

To help you get started, we’ve selected a few is-relative examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github LeagueDevelopers / lol-skins-viewer / app / utils / validatePath.js View on Github external
function resolvePath (nextPath) {
  try {
    return isRelative(nextPath) ?
    path.resolve(remote.app.getPath('exe'), nextPath)
    : nextPath;
    // Pokemon LUL
  } catch (e) {
    return false;
  }
}

is-relative

Returns `true` if the path appears to be relative.

MIT
Latest version published 7 years ago

Package Health Score

68 / 100
Full package analysis

Popular is-relative functions