output
    Preparing search index...

    Variable PathConst

    Path: { resolveInvocationDir(additionalIgnorePaths?: string[]): string }

    Tools to interact with filesystem paths

    Type Declaration

    • resolveInvocationDir: function
      • Return the first immediate directory of the file invoking the code that called this function.

        Excludes @outputai/core, node, other internal paths, and any additional ignore paths.

        Parameters

        • OptionaladditionalIgnorePaths: string[]

        Returns string