Skip to content

Home > sculp-js > pathJoin

pathJoin() function

路径合并

Signature:

typescript
pathJoin: (from: string, ...to: string[]) => string

Parameters

Parameter

Type

Description

from

string

to

string[]

Returns:

string

{string}

Released under the MIT License.