backblaze-labs/b2-action - v1.1.0
    Preparing search index...

    Function isEntrypoint

    • Checks whether this module is the process entrypoint.

      Parameters

      • metaUrl: string

        The current module URL from import.meta.url.

      • argv1: string | undefined

        The executable script path from process.argv[1].

      Returns boolean

      true when the current module path matches the invoked script.