Function create

  • Parameters

    • Rest ...args: string[]
      Rest

    Returns string

    Description

    Create normalized path from strings

    Example

    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