time-to-botec/squiggle/node_modules/@stdlib/constants/path/sep-posix/docs/repl.txt

15 lines
203 B
Plaintext
Raw Normal View History

{{alias}}
POSIX path segment separator.
Examples
--------
> {{alias}}
'/'
> var parts = 'foo/bar/baz'.split( {{alias}} )
[ 'foo', 'bar', 'baz' ]
See Also
--------