Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PackageId

Unique identifier with a package name and version. If changing this, remember to change packageIdIsEqual.

Hierarchy

  • PackageId

Index

Properties

name

name: string

Name of the package. Should not include @types. If accessing a non-index file, this should include its name e.g. "foo/bar".

subModuleName

subModuleName: string

Name of a submodule within this package. May be "".

version

version: string

Version of the package, e.g. "1.2.3"

Generated using TypeDoc