Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
utils
SemanticVersion
Class SemanticVersion
Index
Constructors
constructor
Properties
build
Meta
Data
major
minor
patch
pre
Release
re
Methods
is
Higher
Than
is
Lower
Than
is
Same
to
String
from
String
Constructors
constructor
new
SemanticVersion
()
:
SemanticVersion
Returns
SemanticVersion
Properties
build
Meta
Data
buildMetaData
:
string
= ""
major
major
:
number
= 0
minor
minor
:
number
= 0
patch
patch
:
number
= 0
pre
Release
preRelease
:
string
= ""
Static
re
re
:
RegExp
= ...
Methods
is
Higher
Than
isHigherThan
(
otherVersion
:
any
)
:
boolean
Parameters
otherVersion
:
any
Returns
boolean
is
Lower
Than
isLowerThan
(
otherVersion
:
any
)
:
boolean
Parameters
otherVersion
:
any
Returns
boolean
is
Same
isSame
(
otherVersion
:
any
)
:
boolean
Parameters
otherVersion
:
any
Returns
boolean
to
String
toString
()
:
string
Returns
string
Static
from
String
fromString
(
str
:
any
)
:
undefined
|
SemanticVersion
Parameters
str
:
any
Returns
undefined
|
SemanticVersion
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
build
Meta
Data
major
minor
patch
pre
Release
re
Methods
is
Higher
Than
is
Lower
Than
is
Same
to
String
from
String
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...