@shakerquiz/utilities 0.5.72 → 0.5.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "0.5.72",
4
+ "version": "0.5.73",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -520,6 +520,8 @@ export var getRouteKind = value => {
520
520
 
521
521
  /**
522
522
  * @param {keyof typeof Route} value
523
+ *
524
+ * @returns {keyof typeof Service}
523
525
  */
524
526
  export var getRouteService = value => {
525
527
  var route = getRoute(value)