Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "assert/is-relative-path/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment isRelativePath

isRelativePath: IsRelativePath

Tests if a value is a relative path.

Notes

  • Function behavior is platform-specific. On Windows platforms, the function is equal to .win32(). On POSIX platforms, the function is equal to .posix().
param

value to test

returns

boolean indicating whether value is a relative path