adding comments

This commit is contained in:
Martin Karkowski 2022-08-02 22:33:38 +02:00
parent eb0625be1a
commit 388f566eae

View File

@ -16,6 +16,12 @@ export function convertPath(path: string): string {
}
/**
* Returns the least common segmet of all pathes, included in the pathes array.
*
* The Following options are available.
*
* "considerSingleLevel":boolean -> allows "singlelevel"-wildcards in the segments
* "considerMultiLevel":boolean -> allows "multilevel"-wildcards in the segments
*
* @param pathes The Segments to compare
* @param opts Additional Options.