We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753a24e commit 60b3903Copy full SHA for 60b3903
1 file changed
apps/typegpu-docs/astro.config.mjs
@@ -19,7 +19,7 @@ import remarkMath from 'remark-math';
19
* @param {T[]} items
20
*/
21
const stripFalsy = (items) =>
22
- items.filter(/** @return {item is Exclude<T, boolean>} */(item) => !!item);
+ items.filter(/** @return {item is Exclude<T, boolean>} */ (item) => !!item);
23
24
const DEV = import.meta.env.DEV;
25
0 commit comments