UNPKG

svelte

Version:

Cybernetically enhanced web apps

10 lines (9 loc) 264 B
import Node from './shared/Node'; import Component from '../Component'; export default class Let extends Node { type: 'Let'; name: string; value: string; names: string[]; constructor(component: Component, parent: any, scope: any, info: any); }