Skip to content

indexId

Get the OID for the submodule in the index.

Signature

ts
class Submodule {
  indexId(): string | null;
}

Returns

  • null | string

    The OID for the submodule in the index.

Released under the MIT License.