Skip to content

Commit 10a3cbe

Browse files
committed
cleanup types
1 parent 3f42482 commit 10a3cbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/svelte/src/internal/client/operations.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import { get_descriptor } from './utils.js';
55
// expensive prototype chain lookups.
66

77
/**
8-
* @type {typeof Node.prototype}
8+
* @type {Node}
99
*/
1010
var node_prototype;
1111
/**
12-
* @type {typeof Element.prototype}
12+
* @type {Element}
1313
*/
1414
var element_prototype;
1515
/**
16-
* @type {typeof Text.prototype}
16+
* @type {Text}
1717
*/
1818
var text_prototype;
1919
var map_prototype;

0 commit comments

Comments
 (0)