Rest
Create normalized path from strings
import { path } from '@biorate/tools';console.log(path.create('www', 'root/a/b/', '/c/', '', '/index.js')); // www/root/a/b/c/index.js Copy
import { path } from '@biorate/tools';console.log(path.create('www', 'root/a/b/', '/c/', '', '/index.js')); // www/root/a/b/c/index.js
Generated using TypeDoc
Description
Create normalized path from strings
Example