## Usage
```javascript
var constants = require( '@stdlib/constants/path' );
```
#### constants
Standard library string path constants.
```javascript
var ns = constants;
// returns {...}
```
- [`DELIMITER_POSIX`][@stdlib/constants/path/delimiter-posix]: POSIX path delimiter.
- [`DELIMITER_WIN32`][@stdlib/constants/path/delimiter-win32]: Windows path delimiter.
- [`DELIMITER`][@stdlib/constants/path/delimiter]: platform-specific path delimiter.
- [`SEP_POSIX`][@stdlib/constants/path/sep-posix]: POSIX path segment separator.
- [`SEP_WIN32`][@stdlib/constants/path/sep-win32]: Windows path segment separator.
- [`SEP`][@stdlib/constants/path/sep]: platform-specific path segment separator.