Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Variables

Variables

Export assignment isAbsolutePath

isAbsolutePath: IsAbsolutePath

Tests if a value is an absolute 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 an absolute path