@io-arc/output-dir-diff
A relative path to another directory from one directory.
Usage#
index.ts
Methods#
Instance parameters#
If the target does not match the base, go back through the entire base array.
| params | type | default | description |
|---|---|---|---|
base | string[] | - | Array of directory names to search |
target | string[] | - | An array of target directories |
targetRelativePath()#
Obtain the difference between base and target with a relative path.
example