UNPKG
@tryforge/forge.music
Version:
latest (1.0.0)
1.0.0
Extension to add music functionality to your ForgeScript bot.
@tryforge/forge.music
/
types
/
utils
/
getVersion.d.ts
6 lines
(5 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns the package version. *
@returns
{string} */
export
declare
function
getVersion
(
):
string
;