@compas/stdlib
Advanced tools
Comparing version 0.0.177 to 0.0.178
{ | ||
"name": "@compas/stdlib", | ||
"version": "0.0.177", | ||
"version": "0.0.178", | ||
"description": "All kinds of utility functions", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -56,3 +56,3 @@ /// <reference types="node" /> | ||
* | ||
* @param {AppError|Error|undefined|null|{}|string|number|boolean|function|unknown} [e] | ||
* @param {AppError | Error | undefined | null | {} | string | number | boolean | Function | unknown} [e] | ||
* @returns {Record<string, any>} | ||
@@ -59,0 +59,0 @@ */ |
@@ -96,3 +96,3 @@ // @ts-nocheck | ||
* | ||
* @param {AppError|Error|undefined|null|{}|string|number|boolean|function|unknown} [e] | ||
* @param {AppError | Error | undefined | null | {} | string | number | boolean | Function | unknown} [e] | ||
* @returns {Record<string, any>} | ||
@@ -99,0 +99,0 @@ */ |
Sorry, the diff of this file is not supported yet
67653