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 d03b111 commit 3480a35Copy full SHA for 3480a35
packages/svelte/src/motion/utils.js
@@ -10,7 +10,6 @@ export function is_date(obj) {
10
return Object.prototype.toString.call(obj) === '[object Date]';
11
}
12
13
-
14
/**
15
* @template {Source<any>} T
16
* @param {T} source
@@ -22,4 +21,4 @@ export function tag_if_necessary(source, name) {
22
21
return /** @type {T} */ (tag(source, name));
23
24
return source;
25
-}
+}
0 commit comments