К
Size: a a a
К
PM
RS
<script>
import Component from './Component.svelte';
const [_, ...props] = Object.getOwnPropertyNames(Component.prototype);
</script>
RS
ON
<script>
import Component from './Component.svelte';
const [_, ...props] = Object.getOwnPropertyNames(Component.prototype);
</script>
AS
ON
comp.prop = 5
/
TS
.length
, т.к. у number
такого нет/
/
/
<Component prop = 22 />
КС
/
/
svelte
не следит за типами пропсов... или что?/
КС
КС
КС
КС
/