Const
The default sep or path separator for use with universal (Node.js and browser supported) path operations. In the browser, this uses '/'. In Node.js, node:path.sep is used.
sep
'/'
node:path.sep
@augment-vir/common
The default
sep
or path separator for use with universal (Node.js and browser supported) path operations. In the browser, this uses'/'
. In Node.js,node:path.sep
is used.