getVersion
getVersion(): string;
Get the version of the sound manager library. Returns the semantic version string (e.g. "5.9.0").
| Return Type | Description |
|---|---|
string | The library version |
Example
console.log(soundHub.getVersion());
// Output: "5.9.0"
getVersion(): string;
Get the version of the sound manager library. Returns the semantic version string (e.g. "5.9.0").
| Return Type | Description |
|---|---|
string | The library version |
console.log(soundHub.getVersion());
// Output: "5.9.0"