/** * @description * Returns the current version of the library * * @example * getVersion(); // "1.2.10" * * @returns {String} */ export function getVersion(): string;