Skip to content
AI Monorepos Free online conference · June 23 Join us!

offsetFromRoot(fullPathToDir): string

Calculates an offset from the root of the workspace, which is useful for constructing relative URLs.

Examples:

offsetFromRoot("apps/mydir/myapp/") // returns "../../../"
NameTypeDescription
fullPathToDirstringdirectory path

string